The Tool Hive LogoThe Tool Hive

Tools

Network Tools

Text Tools

Data Tools

Design Tools

Development Tools

Code Tools

Security Tools

Utility Tools


About

Categories

  1. Home
  2. Tools
  3. Design Tools
  4. Cubic Bezier
The Tool Hive Logo

The Tool Hive

A comprehensive collection of free, browser-first tools for developers. Network requests only occur when a tool makes them explicit.

Tools

Text ToolsData ToolsDesign ToolsNetwork ToolsDevelopment Tools

Resources

AboutPrivacy PolicyTerms of Service

Contact Us

Having any issues? Wish to request a tool or feature? Contact us here.

Email Us

© 2026 The Tool Hive. All rights reserved.

PrivacyTermsCookies

Cubic Bezier Editor

Craft custom cubic-bezier easing curves with a draggable graph and animated preview.

0,01,1

Drag the gold & blue handles. Use arrow keys for fine control (Shift = bigger step).

Control points

x1

y1

x2

y2

Presets


Live preview

1.2s

Custom

Linear


Output

cubic-bezier()

cubic-bezier(0.25, 0.1, 0.25, 1)

transition-timing-function

transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

transition (shorthand)

transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);