perf: menu transition

pull/1775/head
tanjinzhou 2020-07-01 18:23:50 +08:00
parent ad71c1a32a
commit 5a4d5ff6a7
1 changed files with 1 additions and 1 deletions

View File

@ -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,