语法
.stop( [clearQueue ], [ jumpToEnd ] )
.stop( [queue ], [ clearQueue ] ,[ jumpToEnd ] )
- stop() 停止当前执行的动画,继续后续动画 stop current,exe next
- stop(true) 停止当前执行动画及后续所有动画 stop all
- stop(true,true) 停止当前执行动画元素及后续所有动画,直接显示当前动画的完成状态
shift to currentEnd, stop remains