mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
5 lines
155 B
Text
5 lines
155 B
Text
// https://www.w3.org/TR/web-animations-1/#animationtimeline
|
|
[Exposed=Window]
|
|
interface AnimationTimeline {
|
|
readonly attribute double? currentTime;
|
|
};
|