animateTransform
Description
The animateTransform element for SVG animates a transformation attribute on a target element, thereby allowing animations to control translation, scaling, rotation and/or skewing.
Syntax
Attributes
type
Specifies the type of transformation which is to have its values change over time.
Value
rotate | scale | skewX | skewY | translate
Default
translate