Questions tagged [gwt-animation]

Deals with animations of widgets in GWT using the com.google.gwt.animation.client.Animation or some custom techniques.

GWT definition of animation:

An Animation is a continuous event that updates progressively over time at a non-fixed frame rate.

GWT Animation class javadoc

GWT Animation showcase

3 questions
5
votes
1 answer

GWT Animation final value is not respected

I have a FlowPanel that I'm trying to animate back and forth like an iphone nav. (See this post for my original question on how to do this) So I have it "working" with the code shown below. I say working in quotes because I'm finding that my final…
brad
  • 31,987
  • 28
  • 102
  • 155
5
votes
2 answers

Easy GWT Animations

I've started looking at some external GWT libraries for animations, but they all seemd a bit overkill for what i want. I'm trying to mimic JQuery Tools scrollabel plugin in GWT for a scrolling navigation (think iphone). User clicks an item, page…
brad
  • 31,987
  • 28
  • 102
  • 155
2
votes
1 answer

How can we apply animations.css to GWT widgets.?

I am working with GWT and trying to apply transition effects like slideUp,slideDown etc. using animation.css I have linked animation.css in html file like, and also included a script as,