πŸ“ˆ
βš™οΈ

Easing Values for JS Animation Libraries

Get cubic-bezier values for GSAP, Framer Motion, anime.js, and more.

Tidak perlu login

Drag the teal & rose handles to shape the curve

Motion preview
Width transition
CSS value
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

Presets

πŸ’‘ The rose and teal handles can pull above or below the box (Y beyond 0-1) to create β€œovershoot” / bounce effects like back-out and anticipate. X stays within 0-1 (time can’t reverse).

JS Animation tips

βš™οΈ

Framer Motion accepts an array [x1, y1, x2, y2] β€” read the four numbers from the cubic-bezier() output.

πŸ’‘

GSAP's CustomEase and anime.js both take cubic-bezier strings or the four control values.

🎯

Designing the curve visually beats guessing magic numbers β€” drag until the motion feels right, then copy.

Cara kerja

1
Masukkan
Enter your data into the tool above. Everything stays local to your browser.
2
Proses
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Unduh
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa milik kami?

βœ“Sepenuhnya gratis β€” tidak ada biaya tersembunyi, selamanya
βœ“Tidak perlu akun, email, atau login
βœ“File tidak pernah meninggalkan perangkat Anda
βœ“Tidak ada batasan ukuran file sama sekali
βœ“Tidak ada tanda air pada output apa pun

Also check out…

Pertanyaan yang sering diajukan