Firefox Tomorrow

web api interface

SVGAnimatedString

View on MDN ↗

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

  • animVal Read 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.
  • 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.