手记

jQuery中停止动画stop

语法
.stop( [clearQueue ], [ jumpToEnd ] )
.stop( [queue ], [ clearQueue ] ,[ jumpToEnd ] )

  1. stop() 停止当前执行的动画,继续后续动画 stop current,exe next
  2. stop(true) 停止当前执行动画及后续所有动画 stop all
  3. stop(true,true) 停止当前执行动画元素及后续所有动画,直接显示当前动画的完成状态
    shift to currentEnd, stop remains
0人推荐
随时随地看视频
慕课网APP