Heart
Star
Play
Pause
Home
Settings
Mail
Search
Animate All
Sequential
Wave
Reset
Speed:
1.2s
// Icon animation with timeline and hover effects
const tl = gsap.
timeline
();
tl.
to
(
'.icon-svg'
, {
rotation:
360
,
scale:
1.2
,
duration:
0.6
,
ease:
'back.inOut'
});