mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 08:02:52 +00:00
The DocumentTimeline constructor used the current millisecond time to initialize its currentTime, but that means that a newly created timeline would always have a different time value than other timelines that have been through the update_animations_and_send_events function.
3 lines
159 B
Text
3 lines
159 B
Text
new timeline time equals document timeline time: true
|
|
new timeline originTime defaults to 0: true
|
|
new timeline originTime offsets from document timeline: true
|