mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
This change takes all existing WebIDL files in the repo that had definition lines without four leading spaces, and fixes them so they have four leading spaces.
7 lines
199 B
Text
7 lines
199 B
Text
#import <Animations/Animation.idl>
|
|
|
|
// https://www.w3.org/TR/css-animations-2/#cssanimation
|
|
[Exposed=Window]
|
|
interface CSSAnimation : Animation {
|
|
readonly attribute CSSOMString animationName;
|
|
};
|