mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
#import <Animations/AnimationTimeline.idl>
|
|
|
|
[Exposed=Nobody]
|
|
interface InternalAnimationTimeline : AnimationTimeline {
|
|
undefined setTime(double? time);
|
|
};
|