Search


Search something to see results

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.

MDN Reference

interface SVGAnimatedString {
    animVal: string;
    baseVal: string;
}

Index

Properties

Properties

animVal: string
baseVal: string