public interface SVGAnimatedLength
SVGAnimatedLength
interface is used for attributes of basic type <length> which can be animated.Modifier and Type | Method and Description |
---|---|
SVGLength |
getAnimVal()
If the given attribute or property is being animated, contains the current animated value of the attribute or property.
|
SVGLength |
getBaseVal()
The base value of the given attribute before applying any animations.
|
SVGLength getAnimVal()
baseVal
.SVGLength getBaseVal()
Copyright © 2018. All rights reserved.