FIX: shorter animation

Shorter animation for page transition
This commit is contained in:
webfussel 2025-02-23 09:27:33 +01:00
parent 5034c24bc1
commit 8235c6cbfd

View file

@ -29,7 +29,7 @@ useSeoMeta({
<style>
.page-enter-active,
.page-leave-active {
transition: all 0.4s;
transition: all 200ms;
}
.page-enter-from,
.page-leave-to {