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: 指那些从转场开始到结束都没有发生变化的信息元素
#### 转场动画
-大页面转场可采用淡入淡出的形式
+大页面转场可采用左出右入的形式
小的信息元素排布或块状较多的情况下,最好根据一定的路径层次依次进场,区分维度层级,来凸显量级,间隔时间为动画时间的三分之一;
-如不是单页面,页面动画可以为只右进和间隔性出现;
+如不是单页面,页面动画可以为只右入和间隔性出现;
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;