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;