This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The SVGAnimationElement.onbegin
property refers to the event handler for the beginEvent
.
Syntax
var beginEventHandler = someElement.onbegin;
Specifications
Specification | Status | Comment |
SVG Animations Level 2 The definition of 'SVGAnimationElement.onbegin' in that specification. |
Editor's Draft | Initial definition |