Jquery setTimeOut延迟

时间:2012-05-21 20:41:44

标签: javascript jquery jquery-animate

如何在Jquery中编写?我尝试使用delay()但似乎不适用于画布。

感谢。

1 个答案:

答案 0 :(得分:0)

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