mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 17:45:15 +02:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
#import <Animations/Animation.idl>
|
|
|
|
// https://www.w3.org/TR/css-animations-2/#cssanimation
|
|
[Exposed=Window]
|
|
interface CSSAnimation : Animation {
|
|
readonly attribute CSSOMString animationName;
|
|
};
|