add animation for virtual list header
This commit is contained in:
		
							parent
							
								
									0c9757a941
								
							
						
					
					
						commit
						be16ebfa78
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -11,10 +11,12 @@
 | 
				
			||||||
    opacity: 0;
 | 
					    opacity: 0;
 | 
				
			||||||
    pointer-events: none;
 | 
					    pointer-events: none;
 | 
				
			||||||
    z-index: 10;
 | 
					    z-index: 10;
 | 
				
			||||||
 | 
					    transition: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  .virtual-list-header.shown {
 | 
					  .virtual-list-header.shown {
 | 
				
			||||||
    opacity: 1;
 | 
					    opacity: 1;
 | 
				
			||||||
    pointer-events: auto;
 | 
					    pointer-events: auto;
 | 
				
			||||||
 | 
					    transition: opacity 0.333s linear;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue