循环使用 script.aculo.us 制作的动画

发布于 2024-09-03 06:46:52 字数 140 浏览 3 评论 0原文

我使用 script.aculo.us 创建了一个动画。但是,当动画完成后,我想让它重置所有对象并再次执行动画。我打算手动重置对象的位置,但如何使动画循环播放?如果我将效果声明放在 for 或 while 循环中,它只会使浏览器崩溃。

有什么想法吗?

I've created an animation using script.aculo.us. However, when the animation is finished, I want to have it reset all the objects and perform the animation again. I plan to just reset the positions of the objects manually, but how can I make the animations loop? If I put the effect declarations inside a for or while loop, it just crashes the browser.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

会傲 2024-09-10 06:46:52

具有 Scriptaculous 效果的选项之一是具有 afterFinish 回调。只需再次调用您的动画,您就可以开始了。以下是有关回调的一些信息:

http://wiki.github.com/madrobby /scriptaculous/core-effects

http://www.tutorialspoint。 com/script.aculo.us/scriptaculous_common_parameters.htm

One of the options with Scriptaculous effects is to have an afterFinish callback. Simply call your animation again, and you should be good to go. Here's a bit of info on the callbacks:

http://wiki.github.com/madrobby/scriptaculous/core-effects

http://www.tutorialspoint.com/script.aculo.us/scriptaculous_common_parameters.htm

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