优化页面流畅度

This commit is contained in:
结发受长生
2019-08-29 11:40:30 +08:00
parent d42e02e75d
commit b273d66640
9 changed files with 31 additions and 169 deletions
@@ -257,22 +257,18 @@
@keyframes leftIn {
from {
transform: translate(0, 0);
background:$colorBodyBg;
}
to {
transform: translate(333px, 0);
background: none;
}
}
@keyframes leftOut {
from {
transform: translate(333px, 0);
background: none;
}
to {
transform: translate(0, 0);
background:$colorBodyBg;
}
}