tags:

views:

96

answers:

1

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?

+1  A: 

Animation1 - scrollTo() - Animation2

alex