SVGAnimatedString: animVal property

The animVal read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute.

Value

As string.

If the given attribute or property is being animated, this is the current animated value. If the given attribute or property is not currently being animated, this is the same value as the SVGAnimatedString.baseVal property.

Specifications