The SVGAnimatedInteger interface is used for attributes of basic type which can be animated.
SVGAnimatedInteger
MDN Reference
Readonly
The animVal property of the SVGAnimatedInteger interface represents the animated value of an . If no animation is applied, animVal equals baseVal.
animVal
The baseVal property of the SVGAnimatedInteger interface represents the base (non-animated) value of an animatable .
baseVal
The which can be animated.
SVGAnimatedIntegerinterface is used for attributes of basic typeMDN Reference