SVGAnimatedLength

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

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

Instance properties

baseVal Read only

An SVGLength representing the base value of the given attribute before applying any animations.

animVal Read only

If 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.

Instance methods

This interface does not implement any specific methods.

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# InterfaceSVGAnimatedLength

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
SVGAnimatedLength
animVal
baseVal

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also