diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-29 18:48:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 18:48:43 +0200 |
commit | b036a613d81c806f0666e57c9a0b8e7f73917bde (patch) | |
tree | 8ba5cabbaa5390ce5bffb1af3b31a4e49a8def09 /widget | |
parent | f8686da310eb80ce0ec6e4494d657ef94645e41b (diff) | |
parent | 95698a6f849823f84b8bdb54d702e1383fb00887 (diff) | |
download | uxp-b036a613d81c806f0666e57c9a0b8e7f73917bde.tar.gz |
Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1
DOM - implement animationcancel event
Diffstat (limited to 'widget')
-rw-r--r-- | widget/EventMessageList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index f6cf76209b..2eed7e618e 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -341,9 +341,11 @@ NS_EVENT_MESSAGE(eScrolledAreaChanged) NS_EVENT_MESSAGE(eTransitionStart) NS_EVENT_MESSAGE(eTransitionRun) NS_EVENT_MESSAGE(eTransitionEnd) +NS_EVENT_MESSAGE(eTransitionCancel) NS_EVENT_MESSAGE(eAnimationStart) NS_EVENT_MESSAGE(eAnimationEnd) NS_EVENT_MESSAGE(eAnimationIteration) +NS_EVENT_MESSAGE(eAnimationCancel) // Webkit-prefixed versions of Transition & Animation events, for web compat: NS_EVENT_MESSAGE(eWebkitTransitionEnd) |