mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Bug 1264125: Fire transitioncancel event when a transition is canceled (added tests + style clean up)
Issue #55
This commit is contained in:
parent
2243f5248c
commit
5677db4b6e
9 changed files with 679 additions and 287 deletions
|
|
@ -30,7 +30,7 @@ struct ComputedTiming
|
|||
// indefinitely.
|
||||
StickyTimeDuration mActiveDuration;
|
||||
// The time within the active interval.
|
||||
StickyTimeDuration mActiveTime;
|
||||
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