blob: 2dddfa5f0b11007781e2129596aaf564bd565859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
---
title: SVGAnimateTransformElement
slug: Web/API/SVGAnimateTransformElement
translation_of: Web/API/SVGAnimateTransformElement
---
<div>{{APIRef("SVG")}}</div>
<p>A interface <code>SVGAnimateTransformElement</code> corresponde ao elemento {{SVGElement("animateTransform")}}.</p>
<p>{{InheritanceDiagram(600, 140)}}</p>
<h2 id="Propriedades">Propriedades</h2>
<p><em>Essa interface não possui propriedades próprias mas as herda do seu pai, {{domxref("SVGAnimationElement")}}.</em></p>
<h2 id="Métodos">Métodos</h2>
<p><em>Essa interface não possui métodos próprios mas os herda do seu pai, {{domxref("SVGAnimationElement")}}.</em></p>
<h2 id="Especificações">Especificações</h2>
<table class="standard-table">
<tbody>
<tr>
<td>Especificação</td>
<td>Status</td>
<td>Comentário</td>
</tr>
<tr>
<td>{{SpecName("SVG Animations 2", "#InterfaceSVGAnimateTransformElement", "SVGAnimateTransformElement")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>No change</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#InterfaceSVGAnimateTransformElement", "SVGAnimateTransformElement")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilidade">Compatibilidade</h2>
<p>{{Compat("api.SVGAnimateTransformElement")}}</p>
|