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

SVGAnimatedNumber

Used for attributes of basic type which can be animated.

interface SVGAnimatedNumber {
readonly animVal: number;
baseVal: number;
}
var SVGAnimatedNumber: {
prototype: SVGAnimatedNumber;
}
;

§Properties

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