Interface SVGAnimatedRect
Properties
ReadonlyanimVal
The animVal read-only property of the SVGAnimatedRect interface represents the current animated value of the viewBox attribute of an SVG element as a read-only DOMRectReadOnly object.
ReadonlybaseVal
The baseVal read-only property of the SVGAnimatedRect interface represents the current non-animated value of the viewBox attribute of an SVG element.
The
SVGAnimatedRectinterface represents an SVGRect attribute that can be animated.MDN Reference