 ef71eabfc5
			
		
	
	ef71eabfc5
	
	
	
		
			
			This adds tests for animation-name, animation-duration, animation-timing-function, animation-iteration-count, animation-direction, animation-play-state, animation-delay and animation-fill-mode.
		
			
				
	
	
		
			20 lines
		
	
	
		
			229 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			229 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| a {
 | |
|   animation-direction: initial;
 | |
| }
 | |
| 
 | |
| b {
 | |
|   animation-direction: inherit;
 | |
| }
 | |
| 
 | |
| c {
 | |
|   animation-direction: unset;
 | |
| }
 | |
| 
 | |
| d {
 | |
|   animation-direction: normal;
 | |
| }
 | |
| 
 | |
| e {
 | |
|   animation-direction: normal, reverse, alternate, alternate-reverse;
 | |
| }
 |