Improve leave animation

pull/201/head
cagataycivici 2020-01-30 11:05:19 +03:00
parent bad00d5151
commit f21bdf4f79
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export default {
transition: all 150ms cubic-bezier(0, 0, 0.2, 1); transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
} }
.p-dialog-leave-active { .p-dialog-leave-active {
transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: all 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
} }
.p-dialog-enter, .p-dialog-enter,
.p-dialog-leave-to { .p-dialog-leave-to {