ladybird/Userland/Libraries/LibWeb/Animations/AnimationTimeline.idl
2023-11-07 15:17:09 +01:00

5 lines
155 B
Text

// https://www.w3.org/TR/web-animations-1/#animationtimeline
[Exposed=Window]
interface AnimationTimeline {
readonly attribute double? currentTime;
};