Animation Events Attributes#

onbegin#

onbegin = <任何内容>

指定在与元素相关的事件监听器的“冒泡”或“目标阶段”触发时执行的脚本。请参阅支持事件的完整列表,以确定每个事件属性对应的事件。

支持事件的完整列表:[http://www.w3.org/TR/SVG11/interact.html#SVGEvents](http://www.w3.org/TR/SVG11/interact.html#SVGEvents)

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

onend#

onend = <anything>

支持事件的完整列表: http://www.w3.org/TR/SVG11/interact.html#SVGEvents

onend = <anything>

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

onrepeat#

onrepeat = <anything>

支持事件的完整列表: http://www.w3.org/TR/SVG11/interact.html#SVGEvents

onrepeat = <anything>

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

onload#

onload = <anything>

指定在指定属性的元素上触发 SVGLoad 事件的“冒泡”或“目标”阶段监听器时执行的一些脚本。

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.