asp.net.ph

Skip Navigation Links

onanimationend Event


Fires when a CSS animation has ended.

Syntax

Inline <element onanimationend = "handler" ... >
Script object.onanimationend = handler

Remarks

Bubbles Yes
Cancels No
To invoke Event occurs when the animation finishes.
Default action Ends animation

The onanimationend event occurs when an animation finishes. This event is valid for all animatable elements, or elements that support animation.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Example

The following example demonstrates use of the onanimationend event, to automatically refresh the page.



 Show me 

External References

Applies To

BUTTON, INPUT, LABEL, SELECT, TEXTAREA, window

See Also

blur, focus, onchange, onclick, onfocus


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note