web api interface
SVGAnimatedLengthList
The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated.
Instance properties
baseValRead only- : An
SVGLengthListthat represents the base value of the given attribute before applying any animations.
- : An
animValRead only- : A read only
SVGLengthListthat represents the current animated value of the given attribute. If the given attribute is not currently being animated, then theSVGLengthListwill have the same contents asbaseVal. The object referenced byanimValwill always be distinct from the one referenced bybaseVal, even when the attribute is not animated.
- : A read only
Instance methods
The SVGAnimatedLengthList interface does not provide any specific methods.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.