mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
8 lines
197 B
Text
8 lines
197 B
Text
|
|
#import <Animations/Animation.idl>
|
||
|
|
|
||
|
|
// https://www.w3.org/TR/css-animations-2/#cssanimation
|
||
|
|
[Exposed=Window]
|
||
|
|
interface CSSAnimation : Animation {
|
||
|
|
readonly attribute CSSOMString animationName;
|
||
|
|
};
|