1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
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;
};