Normally when you want to do animations with GWT you use GWT's Animation class. See the Javadoc: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/animation/client/Animation.html. This should work with any GWT widget, I'm not sure how it'll work with gwt-ext widgets thought.
-- Arthur Kalmenson On Sun, Feb 1, 2009 at 8:23 AM, Nasir <[email protected]> wrote: > > Hi every one, > > I am developing a web site using GWT. Now I want to add animation in > my com.gwtext.client.widgets.Window class. It means that when I will > press a button a window will be visible showing animation. The > animation will also appear when i will close the window. > > Is there any one who can help me. > > > best regards > Nasir > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
