Animation Events Attributes

onbegin

onbegin = <anything>

Specifies some script to execute when “bubbling” or “at target” phase listeners for the corresponding event are fired on the element the attribute is specified on. See the Complete list of support events to determine which event each of these event attributes corresponds to.

Complete list of support events: http://www.w3.org/TR/SVG11/interact.html#SVGEvents

onrepeat

onrepeat = <anything>

Complete list of support events: http://www.w3.org/TR/SVG11/interact.html#SVGEvents

onload

onload = <anything>

Specifies some script to execute when “bubbling” or “at target” phase listeners for the SVGLoad event are fired on the element the attribute is specified on.