The SVGAnimatedLength interface represents attributes of type <length> which can be animated.
baseVal Read onlyAn SVGLength representing the base value of the given attribute before applying any animations.
animVal Read onlyIf the given attribute or property is being animated, an SVGLength containing the current animated value of the attribute or property. If the given attribute or property is not currently being animated, an SVGLength containing the same value as baseVal.
This interface does not implement any specific methods.