Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

💕 IGLikeAnimation

Building an Instagram-like Like Animation with Keyframes.

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


Overview

Uses keyframes to animate various aspects of the like animation, including:

  • Opacity changes
  • Scale effects
  • Rotation
  • Vertical and horizontal offsets

GIF

Simulator Screen Recording - iPhone 15 Pro - 2024-05-22 at 09 22 28


Structure

  • IGPostView: This view manages the display of the like button and like animation.
  • LikeAnimationView: This view handles the keyframe animation for the like effect.