SVGAnimatedLength - Web APIs | MDN
Instance properties
baseValRead only-
An
SVGLengthrepresenting the base value of the given attribute before applying any animations. animValRead only-
If the given attribute or property is being animated, an
SVGLengthcontaining the current animated value of the attribute or property. If the given attribute or property is not currently being animated, anSVGLengthcontaining the same value asbaseVal.
Instance methods
This interface does not implement any specific methods.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGAnimatedLength |