💄 边距动画效果统一

This commit is contained in:
Vanessa 2022-07-13 12:09:58 +08:00
parent 275852c86c
commit e2edf8180d

View file

@ -330,7 +330,7 @@
display: flex;
position: absolute;
height: 80px;
transition: left .15s cubic-bezier(0, 0, .2, 1) 0ms;
transition: left .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
.protyle-icons {
position: initial;
@ -347,7 +347,7 @@
margin: 34px 16px 0 24px;
position: relative;
font-size: 16px;
transition: margin .15s cubic-bezier(0, 0, .2, 1) 0ms;
transition: margin .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
&:hover .protyle-title__icon {
opacity: 1;