Dart API Referencedart:htmlSVGAnimatedLength

SVGAnimatedLength Interface

The SVGAnimatedLength interface is used for attributes of basic type <length> which can be animated.

Fields

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

Code final SVGLength baseVal #

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