The value of the animation-name property of the animation that fired the animation event.
Property of dom/AnimationEventdom/AnimationEvent
SyntaxNote: This property is read-only.
var result = element.animationName;
Examples
//define animation event
var myAnimEvent = new AnimationEvent();
//retrieve name
var myAnimName = myAnimEvent.animationName;
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4