docs.rodeo

MDN Web Docs mirror

SVGAnimationElement

{{APIRef("SVG")}} 

The SVGAnimationElement interface is the base interface for all of the animation element interfaces: {{domxref("SVGAnimateElement")}} , {{domxref("SVGSetElement")}} , {{domxref("SVGAnimateColorElement")}} , {{domxref("SVGAnimateMotionElement")}}  and {{domxref("SVGAnimateTransformElement")}} .

{{InheritanceDiagram}} 

Instance properties

This interface also inherits properties from its parent, {{domxref("SVGElement")}} .

Instance methods

This interface also inherits methods from its parent, {{domxref("SVGElement")}} .

Events

Listen to these events using addEventListener() or by assigning an event listener to the on... handler property of this interface.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN