Control points
0.4, 0, 0.2, 1
Output
cubic-bezier(0.4, 0, 0.2, 1)
Design Tools
Visually edit the four cubic-bezier control points, preview the easing curve, and copy a timing function for transitions and animations—useful for button motion and page transitions.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
设计配色
Visually edit the four cubic-bezier control points, preview the easing curve, and copy a timing function for transitions and animations—useful for button motion and page transitions.
调整控制点或时长后,预览动画和复制代码会保持一致。
Control points
0.4, 0, 0.2, 1
Output
cubic-bezier(0.4, 0, 0.2, 1)
Yes. Paste cubic-bezier(...) into transition-timing-function or animation-timing-function.
x is usually 0–1; y can go outside 0–1 for overshoot. Confirm the feel in the preview.
Tools
Continue with another translated tool for a nearby task.
CSS Gradient Generator
Visually build linear, radial, and conic CSS gradients. Adjust angle and stop positions, add multiple stops, and copy CSS for backgrounds, buttons, and brand transitions.
CSS Clamp Generator
From min/max viewport widths and a target size range, compute a clamp() formula for fluid font sizes, spacing, and other lengths that scale with the viewport.