mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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.
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
new timeline time equals document timeline time: true
|
|
new timeline originTime defaults to 0: true
|
|
new timeline originTime offsets from document timeline: true
|