我正在尝试实现基于时间轴的动画,其中动画将能够:
- 暂停
- 恢复
- 快进
- 慢下来
- 反转
- ...
是否有任何可用于此类目的的 Javascript 动画/补间引擎?或者那会被强烈推荐?
Hwlp 会很棒,尤其是因为这真的让我很感兴趣!=)
我正在尝试实现基于时间轴的动画,其中动画将能够:
是否有任何可用于此类目的的 Javascript 动画/补间引擎?或者那会被强烈推荐?
Hwlp 会很棒,尤其是因为这真的让我很感兴趣!=)
我不知道你是否仍然感兴趣,但我正在寻找和你一样的东西(相信我,我正在寻找 HOURS 和小时),我不知道我是否真的找到了我正在寻找的东西为了。最接近的是jsAnim ( http://jsanim.com ),它现在工作正常。我列出了我在网上找到的内容:
(Comments are very unparcial and testing was made very quickly. Please take it with tweezers.)
So the winner, for now and for my current animation requirements, is jsAnim. I also want to give a try to Scripty2 and moo.fx since they seem to be around for some time (both from 2005, Scripty2 is the second version of Script.acoulo.us).
My 2cents. Hope it helps somebody. Now God I want my last 8 hours back!!!
我认为您要查找的内容不存在,您应该自己编写。
此外,我认为 Adobe 正在推出一套用于 JS/HTML/CSS 动画的工具,您可以在 Google IO 上查看他们的演示文稿。
我认为所有这些框架都会为您做到这一点(我看到的所有框架都不支持反向):
我更喜欢 jQuery。
I suggest BetweenJS a cross-browser portage of BetweenAS3 for Javascript, where everything u asked for is implemented and ready to use http://github.com/sazaam/BetweenJS/
For a complete feature set, check out KUTE.js. It features transform, box model properties, scroll, presentation attributes, SVG morph, SVG draw, tween collections, pause and a ton of easing functions.