Saturday, July 2, 2011

how to get iphone-like changing view animation

Hi all,

I am looking for a library to do the above. I know about gwt-fx and
gwt-jquery. Is there something else?
Just want to know if any one done a iphone-like transition animation.
Which library did you guys use? And how did you do it?

For instance, if you have a verticalpanel with htmlpanel of texts
inside.

VerticalPanel v = new VerticalPanel();
v.add(new HTMLPanel("hello"));

Do you remove the htmlpanel and add the new content with a transition?
or do you hide the existing content without removing it? Or how do you
guys do it?

Hope to hear from you guys.

/bryan

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment