SVGAnimatedInteger
The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
Properties
animVal
readonly animVal: number;
The animVal property of the SVGAnimatedInteger interface represents the animated value of an <integer>. If no animation is applied, animVal equals baseVal.
baseVal
baseVal: number;
The baseVal property of the SVGAnimatedInteger interface represents the base (non-animated) value of an animatable <integer>.