uniapp 微信小程序不支持requestAnimationFrame吗。我看微信小程序的官方文档是支持的啊。
有啥替代方案吗。除了定时器
requestAnimationFrame 是操作 DOM 的,你可以在renderjs中使用。
如果对renderjs不了解,可以先阅读一下这篇文章
https://ask.dcloud.net.cn/article/40060
DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信
感谢反馈,你是想调用 canvas 的 requesetAnimationFrame 方法是嘛?
我提供一个可以直接运行的 dmeo ,实际打印是可执行的,具体业务逻辑需要你自行补充
https://gitcode.net/xiurensha5731/uni-app-questions/-/blob/q/canvas-2d/src/pages/index/index.vue
搜索 requestAnimationFrame
s***@gmail.com (作者)
renderjs不支持微信小程序吧
2023-12-30 16:08