From a180871f61d569f62f4a4963cc3a81069860fa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=AA?= Date: Fri, 3 Jul 2015 17:08:23 +0800 Subject: [PATCH 1/2] update animation doc --- components/pagetransition/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pagetransition/index.md b/components/pagetransition/index.md index 6852130b6..709b0a621 100644 --- a/components/pagetransition/index.md +++ b/components/pagetransition/index.md @@ -23,11 +23,11 @@ Normal: 指那些从转场开始到结束都没有发生变化的信息元素 #### 转场动画 -大页面转场可采用淡入淡出的形式 +大页面转场可采用左出右入的形式 小的信息元素排布或块状较多的情况下,最好根据一定的路径层次依次进场,区分维度层级,来凸显量级,间隔时间为动画时间的三分之一; -如不是单页面,页面动画可以为只右进和间隔性出现; +如不是单页面,页面动画可以为只右入和间隔性出现; From 974c989b876b5d70f344b13b3455bd5876d35f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=AA?= Date: Fri, 3 Jul 2015 17:39:13 +0800 Subject: [PATCH 2/2] update svg video --- static/motion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/motion.js b/static/motion.js index 8dc4ec018..de5f0b975 100644 --- a/static/motion.js +++ b/static/motion.js @@ -335,7 +335,7 @@ $(function (){ return this; }; var T=TweenMax; - var _playBox=function (svg,w,h,startFunc,pauseFunc){ + var _playBox=function (svg,startFunc,pauseFunc){ var playBox=new SVG.Sprite("g"); playBox.mouseEnabled=true;