How to implement scrolling animation? I'm ok with setting a simple AlphaAnimation that triggers at scrollTo(...) but what kind of animation is required for one screen to replace another in a sophisticated manner?
Asked
Active
Viewed 1,589 times
1 Answers
1
Animation1 - scrollTo() - Animation2

yanchenko
- 56,576
- 33
- 147
- 165
-
Hi, @alex, would you please be more specific on how this is done? I am also trying to animate `scrollTo()`, but it looks like Android has no built in solutions. – neevek Feb 16 '12 at 07:16