0562fe8 Show on GitHub

  • Author: Kerem
  • Date: 12/5/2025, 1:44:19 PM
  • Message: feat(cursor): add advanced Silver Surfer GSAP jelly cursor with smooth lerp, glow, hover scaling and rotation • Implement custom cursor using GSAP with smooth lerping animation • Add dynamic jelly effect (stretch, squish, rotation based on velocity) • Add adaptive glow intensity depending on movement speed • Add hover interaction for links/buttons (cursor shrink + disable jelly stretch) • Add fade in/out when entering or leaving viewport • Hide native cursor across interactive elements • Cleanup event listeners on component destroy #137
  • Stats: 217 total changes (+215 / -2)

Changed Files

  • package-lock.json — +15 / -1 (16 changes)
  • package.json — +3 / -1 (4 changes)
  • src/lib/components/Cursor.svelte — +180 / -0 (180 changes)
  • src/routes/gsap-test/+layout.svelte — +7 / -0 (7 changes)
  • src/routes/gsap-test/+page.svelte — +10 / -0 (10 changes)