Interface SVGAnimatedInteger

Used for attributes of basic type which can be animated.

MDN Reference

interface SVGAnimatedInteger {
    animVal: number;
    baseVal: number;
}

Properties

Properties

animVal: number
baseVal: number