ladybird/Libraries/LibWeb/Animations/AnimationTimeline.idl

5 lines
155 B
Text

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