Dart API Referencedart:htmlSVGAnimatedEnumeration

SVGAnimatedEnumeration Interface

The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated.

Fields

Code final int animVal #

If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal.
final int animVal;

Code int baseVal #

The base value of the given attribute before applying any animations.
int baseVal;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.