admin管理员组

文章数量:1404345

I am curious if anyone has done a parison between the different options out there. So far I am leaning towards using Moo.fx because loading prototype.js just to use scriptaculous seems a bit much. Does that make sense? Are there any other effects libraries worth trying? Thanks.

I am curious if anyone has done a parison between the different options out there. So far I am leaning towards using Moo.fx because loading prototype.js just to use scriptaculous seems a bit much. Does that make sense? Are there any other effects libraries worth trying? Thanks.

Share Improve this question edited Sep 5, 2009 at 6:14 Zak Linder asked Oct 10, 2008 at 14:42 Zak LinderZak Linder 1,0561 gold badge9 silver badges13 bronze badges
Add a ment  | 

7 Answers 7

Reset to default 2

"Smart GWT" has interesting effects, especially to mimic desktop items. I pass the ShowCase: Smart GWT Showcase

Ext GWT

I use gwt-query, which is a jquery clone for gwt.

if you already know jquery its a natural selection. if not, the learning curve for some simple effects is pretty fast (lots of examples on the project's site).

I participated in testing of library VisualFox-FX which I use now instead of gwt-fx previously utilized in my project. VisualFox-FX supports both javascript and CSS3 based animation and has lots of pre-built effects. It also allows to bine many effects to build the "plex" one you need.

moo.fx or Rico should do the job...

I've found a viable alternative to the remended JS libraries -- a GWT-native Java library called GWT-FX developed by Adam Tacy. Some of its features include built-in effects (Fade, Slide, Highlight), physics transition types (linear, ease in/out, elastic), and the ability to build your own effects by specifying CSS rules or "properties" (declarations).

Check out the google code wiki and/or demo pages for more info.

I would remend jquery. It's small, accessible from Google as an ajax library API, and its speedy.

本文标签: javascriptWhich effects library should I integrate with GWTStack Overflow