Updated transition classes

pull/496/head
Cagatay Civici 2020-09-18 15:18:38 +03:00
parent 9b06b72e26
commit 572691e063
1 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ button {
} }
/* Vue based overlay animations */ /* Vue based overlay animations */
.p-connected-overlay-enter { .p-connected-overlay-enter-from {
opacity: 0; opacity: 0;
transform: scaleY(0.8); transform: scaleY(0.8);
} }
@ -124,13 +124,13 @@ button {
} }
/* Toggleable Content */ /* Toggleable Content */
.p-toggleable-content-enter, .p-toggleable-content-enter-from,
.p-toggleable-content-leave-to { .p-toggleable-content-leave-to {
max-height: 0; max-height: 0;
} }
.p-toggleable-content-enter-to, .p-toggleable-content-enter-to,
.p-toggleable-content-leave { .p-toggleable-content-leave-from {
max-height: 1000px; max-height: 1000px;
} }