From 08b8e56224387c3c942c75b3cc42b407c0fc4cbf Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 23 May 2019 15:50:28 +0300 Subject: [PATCH] Updated dialog animations --- src/components/dialog/Dialog.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/dialog/Dialog.css b/src/components/dialog/Dialog.css index c5571d31b..15379ea9f 100644 --- a/src/components/dialog/Dialog.css +++ b/src/components/dialog/Dialog.css @@ -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); }