Skip to content

codepath/android-anim-crossfade-views

 
 

Repository files navigation

Android Crossfade views animation

Simple animation for transitions between views using ViewPropertyAnimator

Salient features

  • 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

Alt text

Attribution

This code was created by Shrikant Pandhare in 2016 for use in CodePath sessions.

About

Simple animation for transitions between views using ViewPropertyAnimator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%