class js.html.svg.AnimationElement extends Element
Available on js
Sub classes | ||||||||||||
![]() | AnimateColorElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, SetElement |
|
The SVGAnimationElement
interface is the base interface for all of the animation element interfaces: SVGAnimateElement
, SVGSetElement
, SVGAnimateColorElement
, SVGAnimateMotionElement
and SVGAnimateTransformElement
.
Documentation for this class was provided by MDN.