mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Bug 1264125: Fire transitioncancel event when a transition is canceled - part 1 (in the description)
Issue #55 part 1 - Add transitioncancel event handler part 2 - Add ontransitioncancel EventHandler to WebIDL part 3 - Add member of active time to ComputedTiming
This commit is contained in:
parent
0c3ebf1a3b
commit
a89e7c6858
6 changed files with 17 additions and 10 deletions
|
|
@ -942,6 +942,7 @@ GK_ATOM(ontouchstart, "ontouchstart")
|
|||
GK_ATOM(ontouchend, "ontouchend")
|
||||
GK_ATOM(ontouchmove, "ontouchmove")
|
||||
GK_ATOM(ontouchcancel, "ontouchcancel")
|
||||
GK_ATOM(ontransitioncancel, "ontransitioncancel")
|
||||
GK_ATOM(ontransitionend, "ontransitionend")
|
||||
GK_ATOM(ontransitionrun, "ontransitionrun")
|
||||
GK_ATOM(ontransitionstart, "ontransitionstart")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue