Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这将如何用 Jquery 编写?我尝试使用 delay() 但似乎在画布中不起作用。
谢谢。
$('div.jgauge .needle').rotateAnimation(-200 + 220); setTimeout (function(){$('div.jgauge .needle').rotateAnimation(220 + -200);},1000);