I'm looking for an effects library that I can drop in to my existing GWT app really, really easily. I want to add the library to my build path and then start writing things like FX.fadeOut(thisWidget)
to replace thisWidget.setVisible(false)
.
Is there anything solid and small available for GWT that can do this kind of simple thing? I'm writing an app for commercial use that will not be open source.