This project demonstrates the creation of a custom like animation for a button, similar to the one found on Instagram. It utilizes keyframe animations to achieve a smooth and engaging animation experience when the button is tapped. Here is a medium post about this project👇
Building An Instagram-like Like Animation with KeyframeAnimator
Uses keyframes to animate various aspects of the like animation, including:
- Opacity changes
- Scale effects
- Rotation
- Vertical and horizontal offsets
- IGPostView: This view manages the display of the like button and like animation.
- LikeAnimationView: This view handles the keyframe animation for the like effect.