Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/evt/mod.ts>dom.SVGAnimatedNumberList

💧EventEmitter's typesafe replacement
Latest
interface dom.SVGAnimatedNumberList
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.ts";
const { SVGAnimatedNumberList } = dom;

The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.

Properties

readonly
animVal: SVGNumberList
readonly
baseVal: SVGNumberList