SVGAnimatedLength
The SVGAnimatedLength interface represents attributes of type <length> which can be animated.
Properties
baseValRead only-
A
SVGLengthrepresenting the base value of the given attribute before applying any animations. animValRead only-
If the given attribute or property is being animated, a
SVGLengthcontaining the current animated value of the attribute or property. If the given attribute or property is not currently being animated, aSVGLengthcontaining the same value asbaseVal.
Methods
This interface does not implement any specific methods.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 1.1 (Second Edition) # InterfaceSVGAnimatedLength |
Browser compatibility
BCD tables only load in the browser