[Webkit-unassigned] [Bug 207364] New: transitionend event fires one event loop after the 'finish'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 15:41:51 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207364

            Bug ID: 207364
           Summary: transitionend event fires one event loop after the
                    'finish'
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: dino at apple.com

transitionstart/transitionend events are dispatched via enqueueDOMEvent() which adds them to the DeclarativeAnimation's m_eventQueue, which is a MainThreadGenericEventQueue which dispatches the events via a zero-delay timer.

Conversely, DocumentTimeline::internalUpdateAnimationsAndSendEvents() explicitly dispatches the Web Animations related events (like "finish") immediately, as would be expected from https://drafts.csswg.org/web-animations/#update-animations-and-send-events

Is this difference deliberate?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200206/3bb0b5ee/attachment-0001.htm>


More information about the webkit-unassigned mailing list