开发者

Jquery .Stop() slowdown

开发者 https://www.devze.com 2023-01-30 12:43 出处:网络
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

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

精彩评论

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