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

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

Properties

Properties

animVal: number
baseVal: number

Generated using TypeDoc