开发者

Jquery .Stop() slowdown

http://jsfiddle.net/332tS/ When Using "开发者_如何学编程.stop()" in Jquery, is it possible to make it slow to a halt THEN continue? instead of stopping on the spot.


Try this...if you want to halt and then continue

$("#navbar #home .inverted").stop(true,false).animate({"width":"0px"}, 500);

or you can refer this too
try this

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜