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