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

SVGAnimatedBoolean

Used for attributes of type boolean which can be animated.

interface SVGAnimatedBoolean {
readonly animVal: boolean;
baseVal: boolean;
}
var SVGAnimatedBoolean: {
prototype: SVGAnimatedBoolean;
}
;

§Properties

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