SVGAnimatedEnumeration

The SVGAnimatedEnumeration interface describes attribute values which are constants from a particular enumeration and which can be animated.

MDN Reference

Properties

Link copied to clipboard
val animVal: T

The animVal property of the SVGAnimatedEnumeration interface contains the current value of an SVG enumeration.

Link copied to clipboard
var baseVal: T

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