RESOLVED CONFIGURATION CHANGED194941
Retargeting an in-flight transition should account for the transformed progress of the initial transition to compute its duration
https://bugs.webkit.org/show_bug.cgi?id=194941
Summary Retargeting an in-flight transition should account for the transformed progre...
Antoine Quint
Reported 2019-02-22 01:39:04 PST
Created attachment 362707 [details] Test case See the attached test case. In this example we initially run a transition for 5 seconds, and 2 seconds into its run we change its to-value. In our implementation both the initial and the retargeted transition have the same duration: 5 seconds. However, the retargeted transition should compute its duration by factoring the transformed progress (accounting for the timing-function) of the initial duration when it's interrupted and the transition-duration.
Attachments
Test case (1.28 KB, text/html)
2019-02-22 01:39 PST, Antoine Quint
no flags
Radar WebKit Bug Importer
Comment 1 2019-02-22 01:39:32 PST
Antoine Quint
Comment 2 2023-05-10 12:59:53 PDT
Works correctly in Safari 16!
Note You need to log in before you can comment on or make changes to this bug.