A front-end playground — a dense hub of motion snippets and experiments
Easings
A visual cheatsheet of easing functions — a base tool for tuning motion feel (Chinese available)
Content updated · 2026-09-07
What is it · 它是什么
What is Easings?
Easings.net is a visual cheatsheet for easing functions: a page of curves where each one plays its acceleration profile on click, with the matching CSS one copy away. When an animation looks cheap, the easing is usually the culprit — this chart is the basic tool for fixing the feel.
How to use · 怎么用
How to use Easings
- When an animation feels off, play the curves one by one and pick the closest to your intent.
- Copy its cubic-bezier value into your code.
- Internalize the roles: ease-in (slow start) for exits, ease-out (fast start) for entrances, elastic/bounce for playful emphasis.
- Memorize two or three favorites and you're set for daily work.
Key features · 核心特点
Key features of Easings
- Every curve visualized side by side — no guessing from names
- Copy-ready CSS/cubic-bezier output for each curve
- Click-to-play demos: you choose by seeing, not by name
- Free, a single page, available in Chinese — it just works
Related sites
A long-standing source of creative web interaction tutorials with high-quality demos
The industry-standard JavaScript animation library; its official showcase doubles as a motion inspiration gallery