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

6 lines
155 B
Plaintext

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