I don't know if you're still interested, but i'm looking for the same as you (believe me, I'm searching for HOURS and hours), and I don't know if I really found what I was looking for. The closest is jsAnim (http://jsanim.com) and it's working ok for now. I made a list of what i've found on the net:
(Comments are very unparcial and testing was made very quickly. Please take it with tweezers.)
jsAnim: Syntax is very easy to focus on animation and not on object architecture (see YUI) (which is great... for engineers...). Easing options are not awesome, but nice. Overall, works fine.
Scripty2 (former Script.aculo.us): Not tested for requiring Prototype.
moo.fx: Not tested for requiring Prototype or mootools.
YUI 2/3 Animation: Worked ok, but it's engineer code has a high learning curve for a casual front-end animation.
$fx(): Has a very-ultra-small footprint (only 3 KB!). Would be the choice if only had easing.
Trident-js: Seems to have a very powerful timeline and looks great on the demos, but it didn't worked for me at all and it's skinny documentation don't helps much.
Animator.js: Syntax scared me. Also seemed very amateur to me.
JSTweener/GX/xAnimation: Those didn't captured my attention even a little. Seemed very amateur to me.
Glimmer GUI for jQuery code generation: Setup didn't installed on my machine (installer's unknown error).
Raphael/Burst Engine/Processing.js/Pixastic/Cake-js: They are for canvas/vectors. Another kind of (cool)stuff.
Spritely: Also for another kind of things: sprites animation.
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!!!
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.
发布评论
评论(7)
我不知道你是否仍然感兴趣,但我正在寻找和你一样的东西(相信我,我正在寻找几个小时),而且我不知道我是否真的找到了我正在寻找的东西为了。最接近的是 jsAnim (http://jsanim.com),目前工作正常。我列出了我在网上找到的内容:
(评论非常不公正,测试很快。请用镊子拿走它。)
因此,就目前而言以及我当前的动画要求而言,获胜者是 jsAnim。我还想尝试一下 Scripty2 和 moo.fx 因为它们似乎已经存在了一段时间(都是从 2005 年开始的,Scripty2 是 Script.acoulo 的第二个版本) 。我们)。
我的2分钱。希望它对某人有帮助。现在上帝我想要我最后的 8 小时回来!
I don't know if you're still interested, but i'm looking for the same as you (believe me, I'm searching for HOURS and hours), and I don't know if I really found what I was looking for. The closest is jsAnim (http://jsanim.com) and it's working ok for now. I made a list of what i've found on the net:
(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 上查看他们的演示。
I don't think what you're looking for exists, you should write it yourself.
Also I think Adobe is coming out with a set of tools for JS/HTML/CSS animations, you can check their presentation at Google IO.
我认为所有这些框架都会
为您做到这一点(我看到的所有框架都不支持反向):我更喜欢 jQuery。
I think all of these frameworks will
do that for you(reverse isn't supported by all of them I see):I prefer jQuery.
尝试使用雅虎用户界面:
http://developer.yahoo.com/yui/3/examples /
看动画部分。
Try to use Yahoo UI:
http://developer.yahoo.com/yui/3/examples/
Look at Animation section.
查看 jQuery animate
http://www.visualjquery.com/
您可以在搜索字段中 写下“animate”并单击项目,您将在那里看到一些示例。
You can take a look at jQuery animate at
http://www.visualjquery.com/
in the search field write "animate" click on item and you will see some examples there.
我建议 BetweenJS 是 BetweenAS3 for Javascript 的跨浏览器移植,你所要求的一切都已实现并可以使用
http://github.com/sazaam/BetweenJS/
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/
如需完整的功能集,请查看 KUTE.js。它具有变换、盒模型属性、滚动、演示属性、SVG 变形、SVG 绘制、补间集合、暂停和大量缓动功能。
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.