 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
		
	
	
		
			213 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			213 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| a {
 | |
|   animation-fill-mode: initial;
 | |
| }
 | |
| 
 | |
| b {
 | |
|   animation-fill-mode: inherit;
 | |
| }
 | |
| 
 | |
| c {
 | |
|   animation-fill-mode: unset;
 | |
| }
 | |
| 
 | |
| d {
 | |
|   animation-fill-mode: none;
 | |
| }
 | |
| 
 | |
| e {
 | |
|   animation-fill-mode: none, forwards, backwards, both;
 | |
| }
 |