web api interface
SVGAnimatedNumberList
The SVGAnimatedNumberList interface represents a list of attributes of type <number> which can be animated.
Instance properties
baseValRead only- : An
SVGNumberListthat represents the base value of the given attribute before applying any animations.
- : An
animValRead only- : A read only
SVGNumberListthat represents the current animated value of the given attribute. If the given attribute is not currently being animated, then theSVGNumberListwill 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 SVGAnimatedNumberList interface do 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.