Search


Search something to see results

SVGAnimatedBoolean

Used for attributes of type boolean which can be animated.

MDN Reference

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

Index

Properties

Properties

animVal: boolean
baseVal: boolean