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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue