Interface SVGAnimatedEnumeration

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

    MDN Reference

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

    Properties

    Properties

    animVal: number
    baseVal: number