Easing Function Generator

Create custom CSS cubic-bezier easing functions with visual curve editor for smooth animations.

Bezier Curve Editor

X1:0.25
Y1:0.10
X2:0.25
Y2:1.00

Preview

Cubic Bezier

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

CSS Code

Transition
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
Animation
animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
💡

Help us improve!

How would you rate the Easing Function Generator?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

📚

Formula Source: Standard Mathematical References

by Various

🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.