Simple animation for transitions between views using ViewPropertyAnimator
- Cross-fades between Textview and Spinner.
- Using ViewPropertyAnimator
- For view fading in -> change alpha (opacity) from 0 to 100% over duration of 200 milliseconds
- For view fading out -> change alpha (opacity) to 0 over duration of 200 milliseconds and make invisible
This code was created by Shrikant Pandhare in 2016 for use in CodePath sessions.