$("#myDiv").as(Effects)
.animate("backgroundColor: 'yellow'", 100)
.delay(1000)
.animate("backgroundColor: '#fff'", 1000);
The example of the main page of GQuery project do something like that
: http://gwtquery.googlecode.com/svn/trunk/demos/HomePageSample/HomePageSample.html
> --
> You received this message because you are subscribed to the Google Groups
> "gwtquery" group.
> To post to this group, send email to gwtq...@googlegroups.com.
> To unsubscribe from this group, send email to
> gwtquery+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/gwtquery?hl=en.