💄 optimize Menu collapse animation transtion (#25301)

close #22314
This commit is contained in:
偏右 2020-06-30 12:11:14 +08:00 committed by GitHub
parent ebb57ae63e
commit 124d6efafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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