mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -29,6 +29,8 @@ struct ComputedTiming
|
|||
// Will equal StickyTimeDuration::Forever() if the animation repeats
|
||||
// indefinitely.
|
||||
StickyTimeDuration mActiveDuration;
|
||||
// The time within the active interval.
|
||||
StickyTimeDuration mActiveTime;
|
||||
// The effect end time in local time (i.e. an offset from the effect's
|
||||
// start time). Will equal StickyTimeDuration::Forever() if the animation
|
||||
// plays indefinitely.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue