migration: vue3 TRANSITION_CLASSES

This commit is contained in:
axolotle 2024-03-09 17:34:47 +01:00
parent f1cbc360c7
commit cc98de76b5

View file

@ -227,7 +227,7 @@ main {
.animated { .animated {
transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;
} }
.slide-left-enter, .slide-left-enter-from,
.slide-right-leave-active { .slide-right-leave-active {
position: absolute; position: absolute;
width: 100%; width: 100%;
@ -235,7 +235,7 @@ main {
transform: translate(100vw, 0); transform: translate(100vw, 0);
} }
.slide-left-leave-active, .slide-left-leave-active,
.slide-right-enter { .slide-right-enter-from {
position: absolute; position: absolute;
width: 100%; width: 100%;
top: 0; top: 0;