Cubic Bezier Editor
Live Preview
The square loops left to right using your easing curve.
What This Tool Does
Cubic Bezier Editor is built for deterministic developer and agent workflows.
Visually edit a CSS cubic-bezier() easing curve with draggable control points, presets, and a live animation preview.
Use How to Use for execution steps and FAQ for constraints, policies, and edge cases.
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Agent Invocation
Best Path For Builders
Browser workflow
Runs instantly in the browser with private local processing and copy/export-ready output.
Browser Workflow
This tool is optimized for instant in-browser execution with local data handling. Run it here and copy/export the output directly.
/cubic-bezier-editor/
For automation planning, fetch the canonical contract at /api/tool/cubic-bezier-editor.json.
How to Use Cubic Bezier Editor
- 1
Pick a starting preset
Click a preset such as ease, ease-out, or back to load a known curve, then adjust it from there to suit your motion.
- 2
Drag the handles
Drag the two colored control points on the SVG with a mouse or touch. The X stays between 0 and 1 while Y can overshoot.
- 3
Fine-tune the numbers
Type precise values into the x1, y1, x2, and y2 fields for exact control over the shape of the timing function.
- 4
Preview and copy
Watch the looping square preview to feel the motion, then press Copy to grab the cubic-bezier() value for your CSS.