Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SVGAnimatedBoolean

💧EventEmitter's typesafe replacement
Go to Latest
interface SVGAnimatedBoolean
import { type SVGAnimatedBoolean } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Used for attributes of type boolean which can be animated.

Properties

readonly
animVal: boolean
baseVal: boolean