繁体   English   中英

jQuery setTimeOut延迟

[英]Jquery setTimeOut Delay

如何用Jquery编写? 我尝试使用delay(),但似乎无法在画布上工作。

谢谢。

$('div.jgauge .needle').rotateAnimation(-200 + 220);
setTimeout (function(){$('div.jgauge .needle').rotateAnimation(220 + -200);},1000);

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM