perf: menu transition
parent
ad71c1a32a
commit
5a4d5ff6a7
|
@ -15,7 +15,7 @@
|
|||
background: @menu-bg;
|
||||
outline: none;
|
||||
box-shadow: @box-shadow-base;
|
||||
transition: background 0.3s, width 0.2s;
|
||||
transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
|
||||
.clearfix;
|
||||
|
||||
ul,
|
||||
|
|
Loading…
Reference in New Issue