Bump animation time for breadcrumbs up to 640ms
This matches the design, unlike the 300ms which was too fast.pull/21833/head
							parent
							
								
									1467191a5d
								
							
						
					
					
						commit
						b84af372b9
					
				|  | @ -39,7 +39,7 @@ limitations under the License. | |||
| 
 | ||||
|         // Timing function is as-requested by design. | ||||
|         // NOTE: The transition time MUST match the value passed to CSSTransition! | ||||
|         transition: margin-left 300ms cubic-bezier(0.66, 0.02, 0.36, 1); | ||||
|         transition: margin-left 640ms cubic-bezier(0.66, 0.02, 0.36, 1); | ||||
|     } | ||||
| 
 | ||||
|     .mx_RoomBreadcrumbs2_placeholder { | ||||
|  |  | |||
|  | @ -104,7 +104,7 @@ export default class RoomBreadcrumbs2 extends React.PureComponent<IProps, IState | |||
|             // NOTE: The CSSTransition timeout MUST match the timeout in our CSS!
 | ||||
|             return ( | ||||
|                 <CSSTransition | ||||
|                     appear={true} in={this.state.doAnimation} timeout={300} | ||||
|                     appear={true} in={this.state.doAnimation} timeout={640} | ||||
|                     classNames='mx_RoomBreadcrumbs2' | ||||
|                 > | ||||
|                     <div className='mx_RoomBreadcrumbs2'> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Travis Ralston
						Travis Ralston