Cubic Bezier Generator
Build a CSS cubic-bezier() easing curve for transitions and animations. Drag the numbers, pick a preset, or match a keyword, then copy the timing function. The x values run from 0 (start) to 1 (end); the y values can overshoot for a springy feel.
cubic-bezier(0.25, 0.1, 0.25, 1)transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);| Time | Progress |
|---|---|
| 0% | 0% |
| 20% | 30% |
| 40% | 68% |
| 60% | 89% |
| 80% | 98% |
| 100% | 100% |