ladybird/Libraries/LibWeb/Internals/InternalAnimationTimeline.idl

7 lines
159 B
Text
Raw Normal View History

#import <Animations/AnimationTimeline.idl>
[Exposed=Nobody]
interface InternalAnimationTimeline : AnimationTimeline {
undefined setTime(double? time);
};