Updated dialog animations

pull/12/head
cagataycivici 2019-05-23 15:50:28 +03:00
parent 048c2563e7
commit 08b8e56224
1 changed files with 0 additions and 3 deletions

View File

@ -107,13 +107,10 @@
/* Animation */ /* Animation */
.p-dialog-enter-active { .p-dialog-enter-active {
opacity: 1;
transform: translateX(-50%) translateY(-50%) scale(1);
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 {
opacity: 0;
transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1);
} }