web api interface
SVGAnimatedString
The SVGAnimatedString interface represents string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this.
Instance properties
animValRead only- : A string representing the animated value of the reflected attribute value.
If the given attribute is not currently being animated, it contains the same value as
baseVal.
- : A string representing the animated value of the reflected attribute value.
If the given attribute is not currently being animated, it contains the same value as
baseVal- : A string representing the base value of the reflected attribute before applying any animations.
Instance methods
The SVGAnimatedString interface do not provide any specific methods.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
href, an object of this type.