mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	 dd073b2711
			
		
	
	
		dd073b2711
		
	
	
	
	
		
			
			This only implements the parser bits, no functionality is implemented, and no properties are parsed because of this.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "linear": {},
 | |
|   "ease": {},
 | |
|   "ease-in": {},
 | |
|   "ease-out": {},
 | |
|   "ease-in-out": {},
 | |
|   "cubic-bezier": {
 | |
|     "parameters": [
 | |
|       "<number [0, 1]>",
 | |
|       "<number>",
 | |
|       "<number [0, 1]>",
 | |
|       "<number>"
 | |
|     ]
 | |
|   },
 | |
|   "step-start": {},
 | |
|   "step-end": {},
 | |
|   "steps": {
 | |
|     "parameters": [
 | |
|       "<integer>",
 | |
|       "<step-position>?"
 | |
|     ]
 | |
|   }
 | |
| }
 |