SVGAnimatedNumber
Used for attributes of basic type which can be animated.
interface SVGAnimatedNumber {
readonly animVal: number;
baseVal: number;
}var SVGAnimatedNumber: {
prototype: SVGAnimatedNumber;
new (): SVGAnimatedNumber;
};Used for attributes of basic type which can be animated.