Interface SVGAnimatedBoolean

    Used for attributes of type boolean which can be animated.

    MDN Reference

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

    Properties

    Properties

    animVal: boolean
    baseVal: boolean