Standard naming for designers and developers. Hover over any element to preview the animation. On mobile, use the Play button to trigger and toggle each animation.
Modified April 2, 2026 · 4:38 AM CST
Applied to anchor tags and inline text links. Pair with cursor: pointer in Webflow.
Applied to CTA and nav buttons. All use GSAP tweens — no CSS transitions.
Applied to icon-only CTAs, social links, and utility buttons.
gsap.to() / gsap.fromTo() on mouseenter / mouseleave events.ease: "power2.out" unless noted. Bounce variants use ease: "back.out(1.7)".