From 754c234a0bfcd5e58d8f23e7edcc4ef8bcc76c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sun, 12 Jul 2015 22:01:05 +0800 Subject: [PATCH] Update motion.less --- style/core/motion.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/core/motion.less b/style/core/motion.less index 0dd042b19e..9a915c81a2 100644 --- a/style/core/motion.less +++ b/style/core/motion.less @@ -1,5 +1,5 @@ .motion-common() { - animation-duration: .35s; + animation-duration: .3s; animation-fill-mode: both; display: block !important; } @@ -28,4 +28,4 @@ @import "motion/other"; @import "motion/slide"; @import "motion/swing"; -@import "motion/zoom"; \ No newline at end of file +@import "motion/zoom";