Updated dialog animations
parent
048c2563e7
commit
08b8e56224
|
@ -107,13 +107,10 @@
|
|||
|
||||
/* Animation */
|
||||
.p-dialog-enter-active {
|
||||
opacity: 1;
|
||||
transform: translateX(-50%) translateY(-50%) scale(1);
|
||||
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.p-dialog-leave-active {
|
||||
opacity: 0;
|
||||
transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue