Tuesday, October 23, 2012

Re: Moving Animation

Use GWT's Animation class for full cross browser animation. You can implement your custom animations and also run them in parallel, e.g. a fade-in animation and a bouncing-drop animation in parallel similar to what Googles Hotel Finder uses.

Other options are CSS3 transitions and/or animations but as far as I know GWT has no notion of the transitionEnd/animationEnd JS event so you do not know when a CSS3 animation has finished. But you can easily patch GWT to support these CSS3 events if you want to use CSS3.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Iu_utmIwHbgJ.
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