摘要: function animation(duration,from,to,handler){ const dis=to-from; const speed=dis/duration; const startTime=Date.now(); let value=from; handler(value); 阅读全文
posted @ 2026-02-03 16:58 howhy 阅读(4) 评论(0) 推荐(0)