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

    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;
    }
    Index

    Properties

    Properties

    animVal: number
    baseVal: number