SVGAnimatedLength
The SVGAnimatedLength interface represents attributes of type <length> which can be animated.
Properties
animVal
readonly animVal: SVGLength;
The animVal property of the SVGAnimatedLength interface contains the current value of an SVG enumeration. If there is no animation, it is the same value as the baseVal.
baseVal
readonly baseVal: SVGLength;
The baseVal property of the SVGAnimatedLength interface contains the initial value of an SVG enumeration.