ladybird/Libraries/LibWeb/Animations/AnimationTimeline.idl

6 lines
155 B
Text
Raw Normal View History

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