mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Reduce animation time to 200ms
This commit is contained in:
		
							parent
							
								
									f10bc8eef1
								
							
						
					
					
						commit
						e08f97a549
					
				@ -208,10 +208,10 @@ hr.mx_RoomView_myReadMarker {
 | 
				
			|||||||
    z-index: 1000;
 | 
					    z-index: 1000;
 | 
				
			||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -webkit-transition: all .5s ease-in-out;
 | 
					    -webkit-transition: all .2s ease-in-out;
 | 
				
			||||||
    -moz-transition: all .5s ease-in-out;
 | 
					    -moz-transition: all .2s ease-in-out;
 | 
				
			||||||
    -ms-transition: all .5s ease-in-out;
 | 
					    -ms-transition: all .2s ease-in-out;
 | 
				
			||||||
    -o-transition: all .5s ease-in-out;
 | 
					    -o-transition: all .2s ease-in-out;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mx_RoomView_statusArea_expanded {
 | 
					.mx_RoomView_statusArea_expanded {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user