mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Add the CSSAnimation IDL object
This commit is contained in:
parent
3721a1a81c
commit
3a87c000c4
7 changed files with 88 additions and 1 deletions
7
Userland/Libraries/LibWeb/CSS/CSSAnimation.idl
Normal file
7
Userland/Libraries/LibWeb/CSS/CSSAnimation.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
#import <Animations/Animation.idl>
|
||||
|
||||
// https://www.w3.org/TR/css-animations-2/#cssanimation
|
||||
[Exposed=Window]
|
||||
interface CSSAnimation : Animation {
|
||||
readonly attribute CSSOMString animationName;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue