mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
Animation's startTime is initially null: true
|
|
Animation's startTime is 100 after setting the value: true
|
|
Animation's startTime is non-null after ready promise resolved: true
|
|
Animation's startTime is null after calling cancel(): true
|
|
Animation's startTime is null after calling pause() and setting currentTime: true
|
|
Animation's startTime updates after reversing playbackRate: true
|
|
Animation's startTime updates after calling finish(): true
|