下载模块 Init
This commit is contained in:
@@ -182,4 +182,20 @@
|
||||
100% {
|
||||
left: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* 模块 Tab 内容切换动画(全局,所有模块通用) */
|
||||
.tab-animate {
|
||||
animation: tabFadeSlide 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
|
||||
}
|
||||
|
||||
@keyframes tabFadeSlide {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(6px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user