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