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