--- title: animateTransform slug: Web/SVG/Element/animateTransform tags: - Element - SVG - SVG Animation translation_of: Web/SVG/Element/animateTransform --- {{SVGRef}} L'élément **``** permet d'animer un élement en appliquant une transformation: translation, mise à l'échelle, rotation et/ou inclinaison. ## Contexte d'utilisation {{svginfo}} ## Exemple ```html ``` {{ EmbedLiveSample('Exemple','120','120') }} ## Attributs ### Attributs globaux - [Attributs de traitement conditionnel](/fr/docs/SVG/Attribute#ConditionalProccessing "en/SVG/Attribute#ConditionalProccessing") » - [Attributs de base](/fr/docs/SVG/Attribute#Core "en/SVG/Attribute#Core") » - [Attributs de l'évènement d'animation](/fr/docs/SVG/Attribute#AnimationEvent "en/SVG/Attribute#AnimationEvent") » - [Attributs Xlink](/fr/docs/SVG/Attribute#XLink "en/SVG/Attribute#XLink") » - [Attributs de ciblage d'animation](/fr/docs/SVG/Attribute#AnimationAttributeTarget "en/SVG/Attribute#AnimationAttributeTarget") » - [Attributs de chronométrage d'animation](/fr/docs/SVG/Attribute#AnimationTiming "en/SVG/Attribute#AnimationTiming") » - [Attributs de valeur d'animation](/fr/docs/SVG/Attribute#AnimationValue "en/SVG/Attribute#AnimationValue") » - [Attributs d'ajout d'animations](/fr/docs/SVG/Attribute#AnimationAddition "en/SVG/Attribute#AnimationAddition") » - {{ SVGAttr("externalResourcesRequired") }} ### Attributs spécifiques - {{ SVGAttr("by") }} - {{ SVGAttr("from") }} - {{ SVGAttr("to") }} - {{ SVGAttr("type") }} ## Interface DOM Cet élément implémente l'interface [`SVGAnimateTransformElement`](/fr/docs/DOM/SVGAnimateTransformElement "en/DOM/SVGAnimateTransformElement"). ## Spécifications | Spécification | Statut | Commentaire | | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------- | ------------------- | | {{SpecName("SVG Animations 2", "#AnimateTransformElement", "<animateTransform>")}} | {{Spec2("SVG Animations 2")}} | Aucun changement | | {{SpecName('SVG1.1', 'animate.html#AnimateTransformElement', '<animateTransform>')}} | {{Spec2('SVG1.1')}} | Définition initiale | ## Compatibilité des navigateurs {{Compat("svg.elements.animateTransform")}}