About Bezier Curve Editor
This tool visually edits CSS cubic-bezier() easing functions with draggable control points, presets, and animation previews.
Key Features
- Visual Editing: Drag control points and update curve in real time.
- Precise Input: Enter exact P1/P2 coordinate values.
- Preset Library: Apply common easing presets quickly.
- Animation Preview: Test translation, scale, rotation, and opacity behaviors.
- Curve Comparison: Compare current curve against standard easings.
Steps
- Drag points or enter coordinate values.
- Observe curve and preview updates.
- Compare with presets and fine-tune.
- Copy final
cubic-bezier(x1,y1,x2,y2)to your styles.
Use Cases
- Standardizing motion tokens in design systems.
- Refining interaction animations in UI.
- Turning visual tuning into reusable timing parameters.
FAQ
Why does motion feel unnatural?
Control points may be too aggressive. Start near an ease preset and adjust gradually.
Can I use the result outside CSS?
Yes, anywhere the animation engine accepts cubic-bezier parameters.