问题标签 [motorcycle]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1 问题
0
投票
1
回答
62
浏览
javascript - 如何将 requestAnimationFrame 与 Motorcycle 和 mostjs 一起使用
我正在使用 Motorcycle 创建一个小型应用程序。我需要在每个 requestAnimationFrame 上调用一个函数。由于它是一个副作用,我知道它必须在一个“有效”的组件中完成。但是,大多数 js 不提供源,例如它提供periodic()
和now()
来制作 requestAnimationFrame 流。如何在我的应用程序中实现这样的功能?