Easing for @keyframes Animations
Pick the right animation-timing-function for CSS keyframe animations.
Drag the teal & rose handles to shape the curve
Presets
💡 The rose and teal handles can pull above or below the box (Y beyond 0-1) to create “overshoot” / bounce effects like back-out and anticipate. X stays within 0-1 (time can’t reverse).
Keyframes tips
animation-timing-function accepts cubic-bezier() too — copy the value into your @keyframes animation shorthand.
Note: the timing function applies between each keyframe pair, not across the whole animation.
For looping animations, ease-in-out style curves avoid the jarring stop-start of linear.
Como funciona
Por que usar o nosso?
Also check out…
Custom CSS Transition Easing
Design natural-feeling easing for hover effects, m
Bounce & Overshoot Animations
Create playful spring/bounce motion by pulling con
Easing Values for JS Animation Libraries
Get cubic-bezier values for GSAP, Framer Motion, a
Understand How Easing Works
See the relationship between a bezier curve and th
