停止 springy.js 库中的渲染器

发布于 2024-12-06 21:46:07 字数 240 浏览 1 评论 0原文

有人使用过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷途知返 2024-12-13 21:46:07

库中有一个 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 the settimeout() function with the given id.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文