循环使用 script.aculo.us 制作的动画
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
具有 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