animate
: This element is used to animate a single attribute or property over timeanimateTransform
: This element animates a transformation attribute on a target element, thereby allowing animations to control translation, scaling, or rotationanimateMotion
: This element causes a referenced element to move along a motion path.animate
animation: dur
begin
repeatCount
from
to
type
animate
animation: dur
begin
repeatCount
from
to
path
animate
animation: dur
begin
repeatCount
from
to
attributeName
attributeName
attribute: x
and y
for rect
, image
, and g
elementsopacity
and visibility
for all elementswidth
and height
for rect
and image
elementsfill
for rect
, circle
, ellipse
, and polygon
elementsstroke
for rect
, circle
, ellipse
, and polygon
, line
, path
, and polyline
elementsr
for circle
elementsrx
and ry
for ellipse
elementsx1
, y1
, x2
, y2
for line
elementsskewX
and skewY
transformations are currently not supportedCopyright 2021-2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD-3-Clause License