2023-11-04 17:57:57 -03:00
|
|
|
#import <Animations/Animation.idl>
|
|
|
|
|
|
2026-03-23 08:09:30 -03:00
|
|
|
// https://drafts.csswg.org/css-animations-2/#cssanimation
|
2023-11-04 17:57:57 -03:00
|
|
|
[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
|
|
|
};
|