mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <Animations/Animation.idl>
 | |
| 
 | |
| // https://www.w3.org/TR/css-animations-2/#cssanimation
 | |
| [Exposed=Window]
 | |
| interface CSSAnimation : Animation {
 | |
|   readonly attribute CSSOMString animationName;
 | |
| };
 | 
