mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 09:50:27 +00:00
7 lines
202 B
Text
7 lines
202 B
Text
#import <Animations/Animation.idl>
|
|
|
|
// https://drafts.csswg.org/css-animations-2/#cssanimation
|
|
[Exposed=Window]
|
|
interface CSSAnimation : Animation {
|
|
readonly attribute CSSOMString animationName;
|
|
};
|