mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
#import <Animations/AnimationTimeline.idl>
|
|
|
|
[Exposed=Nobody]
|
|
interface InternalAnimationTimeline : AnimationTimeline {
|
|
undefined setTime(double? time);
|
|
};
|