I am curious if anyone has done a comparison 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.
A:
I would recommend jquery. It's small, accessible from Google as an ajax library API, and its speedy.
fuentesjr
2009-02-09 19:40:58
A:
I've found a viable alternative to the recommended 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.
Zak Linder
2009-09-05 06:11:38