From a95bb35ca43107a0969692e5bbfb984b7d0bb1a7 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 1 Jan 2022 22:44:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/motion.less | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/less/motion.less b/src/less/motion.less index 1f3e571b9..3bd4a4368 100644 --- a/src/less/motion.less +++ b/src/less/motion.less @@ -53,26 +53,8 @@ } } -.fade-motion-enter() { - opacity: 0; - animation-timing-function: linear; - .motion-common(@animation-duration-base); - - animation-name: biFadeIn; - animation-play-state: running; -} - -.fade-motion-leave() { - animation-timing-function: linear; - .motion-common-leave(@animation-duration-base); - - animation-name: biFadeOut; - animation-play-state: running; - pointer-events: none; -} - .zoom-big-motion-enter() { - transform: scale(0); // need this by yiminghe + transform: scale(0); opacity: 0; animation-timing-function: @ease-out-circ;