2012-05-21 4 views
0

Jquery에서 어떻게 작성 되나요? 지연() 사용하여 시도했지만 캔버스에서 작동하지 않는 것.Jquery setTimeOut 지연

감사합니다.

+0

이것은 Android의 rotateAnimation 메소드입니까? – j08691

+0

죄송합니다. jquery 플러그인입니다. http://www.dariancabot.com/projects-2/jgauge/ – user1381806

+0

Hmmm, 그 플러그인은 콜백 핸들러를 가지고 있지 않으므로 콜백 핸들러를 가지고 있지 않으므로 setTimeout 호출을 사용하여 지연. – j08691

답변

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