mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02: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. (cherry picked from commit 51528ec6779202747cc3b99d3b77772a124a0b47)
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;
|
|
};
|