mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 10:31:09 +08:00
webui: speed up animation.
This commit is contained in:
@@ -131,14 +131,4 @@ defineEmits(['click']);
|
||||
transform: translateY(-25%);
|
||||
}
|
||||
|
||||
.bangumi-enter-active,
|
||||
.bangumi-leave-active {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.bangumi-enter-from,
|
||||
.bangumi-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
}
|
||||
</style>
|
||||
@@ -90,7 +90,7 @@ function throwID(bangumi: BangumiRule) {
|
||||
<style lang="scss" scoped>
|
||||
.list-enter-active,
|
||||
.list-leave-active {
|
||||
transition: all 0.5s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.list-enter-from,
|
||||
|
||||
@@ -18,7 +18,6 @@ definePage({
|
||||
<transition-group
|
||||
name="bangumi" tag="div"
|
||||
flex="~ wrap" gap-y-12px gap-x-32px>
|
||||
<!-- TODO: Transition Effect to fix. -->
|
||||
<ab-bangumi-card
|
||||
v-for="i in bangumi"
|
||||
:key="i.id"
|
||||
|
||||
Reference in New Issue
Block a user