工厂专区cont.
This commit is contained in:
parent
6d35682565
commit
5dfd6c27ae
|
|
@ -312,17 +312,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@keyframes fadeInUp {
|
||||
@keyframes resourceShow {
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.animate-active {
|
||||
.resource-container {
|
||||
animation: fadeInUp 0.8s ease-in-out forwards;
|
||||
animation: resourceShow 0.8s ease-in-out forwards;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue