vot.js - v2.4.12
    Preparing search index...

    Interface 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