Skip to main content

CSS Cubic Bezier Generator

Visually create CSS animation easing curves. Drag handles and preview animations in real time.

Presets

Curve editor

P1(0.25, 0.10)
P2(0.25, 1.00)

Preview

Duration

1.0s

Output

cubic-bezier(0.25, 0.10, 0.25, 1.00)
transition: all 1.0s cubic-bezier(0.25, 0.10, 0.25, 1.00);
Share this tool
📖

How to Use

Step 1

Adjust Curve

Adjust Curve

Drag bezier curve handles

Step 2

Preview

Preview

Check with animation preview

Step 3

Copy

Copy

Copy CSS code for use

Features

Drag Controls

Drag control points to adjust the curve

Presets

Presets like ease, ease-in, ease-out

Animation Preview

Preview easing with live animation

FAQ

An easing function defining animation acceleration patterns.