Skip to main content

SVGAnimatedLength

The SVGAnimatedLength interface represents attributes of type <length> which can be animated.

MDN Reference

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.

MDN Reference


baseVal

readonly baseVal: SVGLength;

The baseVal property of the SVGAnimatedLength interface contains the initial value of an SVG enumeration.

MDN Reference