views:

840

answers:

4

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: 

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

Yuval A
+1  A: 

Ext GWT

shawndumas
A: 

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

fuentesjr
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