mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
rm pageEnter
This commit is contained in:
parent
4723c5fe7e
commit
8877fe599a
@ -120,7 +120,6 @@ div.main-container {
|
||||
|
||||
.page-wrapper {
|
||||
background: #ECECEC;
|
||||
animation: pageEnter .45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
||||
}
|
||||
|
||||
.loop-yoyo-load(@index) when (@index >= 0) {
|
||||
@ -275,9 +274,3 @@ div.main-container {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pageEnter {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user