Challenge 04
You’ve explored how gsap.fromTo()
lets you control both
where an animation starts and where it ends. In this challenge,
you're putting that knowledge to use in a way that feels playful,
alive, and very familiar.
Your task is to recreate a Facebook-style emoji reaction animation. When someone clicks on a reaction button, the emoji should float up like a bubble, grow a little, spin a bit, and then gently fade away.
Read more about gsap.fromTo() method.