An app to show how to create property animations, using ObjectAnimator.
- 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).