Animation References.

A library of micro-interactions, GSAP experiments, and WebGL shaders.

GSAP ScrollTrigger

CSS Micro-Interactions

Magnetic Buttons

Using a fast bezier curve on the transition property creates a snappy, responsive feel when hovering over interactive elements.

button {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}