nanzhiji commented on issue #16265: URL: https://github.com/apache/echarts/issues/16265#issuecomment-1000621523
实际应用中,编辑器形式的项目,帧率并不是根据浏览器 1S60帧。是存在1S25帧,30帧等由项目本身确定的帧率。所以requestAnimationFrame或许并不适用。 也就是说,现在对于一般用到的图标。我选取time-line的方式实现,或许是唯一的办法,对么。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
