mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // https://www.w3.org/TR/web-animations-1/#animationtimeline
 | |
| [Exposed=Window]
 | |
| interface AnimationTimeline {
 | |
|     readonly attribute double? currentTime;
 | |
| };
 | 
