Hi, take a look at this example, may be help you http://code.google.com/p/google-web-toolkit/source/browse/releases/2.4/samples/expenses/src/main/java/com/google/gwt/sample/expenses/client/SlidingPanel.java
Regards 2012/10/23 Deepak Singh <[email protected]> > Any help please.... > > > On Mon, Oct 22, 2012 at 10:44 PM, Deepak Singh > <[email protected]>wrote: > >> Hi, >> >> I need to do an animation something like following, >> >> I have a <HTMLPanel> element. Now at a certain event, i would like to add >> this <HTMLPanel> to a shortlisted panel(say a HorizontalPanel). >> >> The position of HorizontalPanel is: bottom:0px;position:fixed. So this >> panel always lies at bottom of the browser and is fixed. >> >> The <HTMLPanel> should make a move from its current position on screen >> and merge into HorizontalPanel. The movement should be visible to the user. >> Also, the size of <HTMLPanel> should go on minimizing as it moves towards >> HorizontalPanel. >> >> how can i achieve this animation ? >> >> I think i am clear what i want to say. If anything else to understand, >> let me know. >> >> Thanks >> Deepak Singh >> > > > > -- > Deepak Singh > > -- > 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. > -- 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.
