2023-11-04 13:57:57 -07:00
|
|
|
#import <Animations/Animation.idl>
|
|
|
|
|
|
|
|
// https://www.w3.org/TR/css-animations-2/#cssanimation
|
|
|
|
[Exposed=Window]
|
|
|
|
interface CSSAnimation : Animation {
|
2024-09-10 16:21:16 +09:00
|
|
|
readonly attribute CSSOMString animationName;
|
2023-11-04 13:57:57 -07:00
|
|
|
};
|