Haxe API Documentation
Back | Index
extern class js.html.svg.AnimationElement
extends Element
Available in js
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.
var targetElement(default,null) : Element
The element which is being animated.
function getCurrentTime() : Float
function getSimpleDuration() : Float
function getStartTime() : Float
Back | Index