forked from cybrespace/pinafore
		
	add animation for virtual list items
This commit is contained in:
		
							parent
							
								
									6a3345fe67
								
							
						
					
					
						commit
						075066ba9a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -14,6 +14,7 @@
 | 
				
			||||||
    top: 0;
 | 
					    top: 0;
 | 
				
			||||||
    opacity: 0;
 | 
					    opacity: 0;
 | 
				
			||||||
    pointer-events: none;
 | 
					    pointer-events: none;
 | 
				
			||||||
 | 
					    transition: opacity 0.333s linear;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  .virtual-list-item.shown {
 | 
					  .virtual-list-item.shown {
 | 
				
			||||||
    opacity: 1;
 | 
					    opacity: 1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue