The gwt-animation tag has no wiki summary.
4
votes
2answers
3k views
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 ...
3
votes
1answer
1k views
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 ...