---
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>