Bump animation time for breadcrumbs up to 640ms
This matches the design, unlike the 300ms which was too fast.
This commit is contained in:
parent
1467191a5d
commit
b84af372b9
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue