FIX: shorter animation
Shorter animation for page transition
This commit is contained in:
parent
5034c24bc1
commit
8235c6cbfd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ useSeoMeta({
|
||||||
<style>
|
<style>
|
||||||
.page-enter-active,
|
.page-enter-active,
|
||||||
.page-leave-active {
|
.page-leave-active {
|
||||||
transition: all 0.4s;
|
transition: all 200ms;
|
||||||
}
|
}
|
||||||
.page-enter-from,
|
.page-enter-from,
|
||||||
.page-leave-to {
|
.page-leave-to {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue