aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/AnimationEvent.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Add support for animationend eventMartin Robinson2020-05-011-0/+26
This is triggered when an animation finishes. This is a high priority because it allows us to start rooting nodes with animations in the script thread. This doesn't yet cause a lot of tests to pass because they rely on the existence of `Document.getAnimations()` and the presence of `animationstart` and animationiteration` events.