Skip to content

Latest commit

 

History

History

14-star-shower

Star Shower

An app to show how to create property animations, using ObjectAnimator.

Features

  • using ObjectAnimator to animate UI elements.
  • rotating, translating, scaling, fading or colorizing the star.
  • creating more complex animations with AnimatorSet.
  • setting up the initial and final state of objects with AnimatorListeners.

Based on Property Animation by Google Codelabs (2022).