aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/svganimatetransformelement
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/svganimatetransformelement')
-rw-r--r--files/pt-br/web/api/svganimatetransformelement/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/files/pt-br/web/api/svganimatetransformelement/index.html b/files/pt-br/web/api/svganimatetransformelement/index.html
new file mode 100644
index 0000000000..2dddfa5f0b
--- /dev/null
+++ b/files/pt-br/web/api/svganimatetransformelement/index.html
@@ -0,0 +1,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>