Skip to content

Commit 5a4d5ff

Browse files
committed
perf: menu transition
1 parent ad71c1a commit 5a4d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/menu/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
background: @menu-bg;
1616
outline: none;
1717
box-shadow: @box-shadow-base;
18-
transition: background 0.3s, width 0.2s;
18+
transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
1919
.clearfix;
2020

2121
ul,

0 commit comments

Comments
 (0)