Used for attributes of type boolean which can be animated.

interface SVGAnimatedBoolean {
    animVal: boolean;
    baseVal: boolean;
}

Properties

Properties

animVal: boolean
baseVal: boolean

Generated using TypeDoc