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