animVal property

int get animVal

The animVal property of the SVGAnimatedEnumeration interface contains the current value of an SVG enumeration. If there is no animation, it is the same value as the SVGAnimatedEnumeration.baseVal.

Implementation

external int get animVal;