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

SVGAnimatedInteger

Used for attributes of basic type which can be animated.

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

§Properties

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