Dart API Referencedart:htmlSVGAnimatedBoolean

SVGAnimatedBoolean Interface

The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated.

Fields

Code final bool 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 bool animVal;

Code bool baseVal #

The base value of the given attribute before applying any animations.
bool 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.