Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

interface SVGAnimatedString {
readonly animVal: string;
baseVal: string;
}
var SVGAnimatedString: {
prototype: SVGAnimatedString;
}
;

§Properties

§
readonly animVal: string
[src]
§
baseVal: string
[src]