停止 springy.js 库中的渲染器
有人使用过 springy.js 库吗?
我想问一下,我通过renderer.start();
启动渲染器后,如何停止它?似乎只有start()
> 为渲染器对象定义的函数,但没有 stop()
函数...
Is there anyone has used springy.js library?
I would like to ask after I started a renderer by renderer.start();
, how to stop it? Seems there is only start()
function defined for the renderer object but there is no stop()
function...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
库中有一个 settimeout() 函数,您只需要创建一个 stop 函数,该函数用于终止给定 id 的 settimeout() 函数。
There is a
settimeout()
function in the library, you just need to create a stop function, which is used to kill thesettimeout()
function with the given id.