The popup panel already does this. But it's pretty straight forward from the API. I'd recommend just playing around with the Animation class.
-- Arthur Kalmenson On Mon, Feb 2, 2009 at 2:11 AM, Mohammad Nasir Uddin <[email protected]>wrote: > Dear Arthur > Thanks for your rpely. Actually I intend to do that when I will press a > button a window will appear from the center of the screen by zooming in > slowly and also the window will close by zooming out slowly when i will > press close button of the window. Can you help me in doing this. If possible > please attach me code for this. Thanks again. > > Best regards > Nasir > > > On Mon, Feb 2, 2009 at 2:25 AM, Arthur Kalmenson <[email protected]>wrote: > >> >> 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 -~----------~----~----~----~------~----~------~--~---
