aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/svganimatetransformelement
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/api/svganimatetransformelement
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
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>