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

SVGAnimatedEnumeration

Used for attributes whose value must be a constant from a particular enumeration and which can be animated.

interface SVGAnimatedEnumeration {
readonly animVal: number;
baseVal: number;
}
var SVGAnimatedEnumeration: {};

§Properties

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