SVGAnimatedEnumeration
Used for attributes whose value must be a constant from a particular enumeration and which can be animated.
interface SVGAnimatedEnumeration {
readonly animVal: number;
baseVal: number;
}var SVGAnimatedEnumeration: {
prototype: SVGAnimatedEnumeration;
new (): SVGAnimatedEnumeration;
};