"Good easing" is the #1 thing that separates amateur animation from professional work. Here's how to develop an intuition for it.
Why linear motion looks wrong:
Nothing in the real world moves at constant speed. A ball thrown upward decelerates. A car starts slow and accelerates. Your hand slows down before picking up a cup. Our brains expect this — linear motion looks robotic because it violates our physical intuition.
The fundamental easing patterns:
1. Ease Out (Fast start, slow end) — "Entering the stage"
The object launches quickly and settles into position. Use for: elements entering the screen, things appearing, objects moving TO their destination.
Graph shape: steep start, flat end
Feel: confident, decisive
2. Ease In (Slow start, fast end) — "Leaving the stage"
The object starts slowly and accelerates away. Use for: elements leaving the screen, things disappearing.
Graph shape: flat start, steep end
Feel: building energy, departure
3. Ease In-Out (Slow start, fast middle, slow end) — "A to B"
The object accelerates then decelerates. Use for: objects moving from one position to another where you see both the departure and arrival.
Graph shape: S-curve
Feel: graceful, controlled
4. Spring/Overshoot — "Bouncy arrival"
The object goes past its target, then bounces back. Use for: playful UI, attention-grabbing entrances, anything that should feel energetic.
Graph shape: goes beyond 100%, oscillates back
Feel: playful, dynamic, alive
How to get "that motion design snap":
The signature feel of professional motion graphics:
1. Start with Easy Ease
2. Make the ease-out (departure) very fast — 15-20% influence
3. Make the ease-in (arrival) very strong — 75-90% influence
4. The result: the object SNAPS out of its start position, then glides smoothly into its end position
5. Duration: shorter than you think (12-18 frames for most movements)
Easing values that work well:
- Standard smooth: cubic-bezier(0.25, 0.1, 0.25, 1.0)
- Snappy entrance: cubic-bezier(0.0, 0.0, 0.2, 1.0)
- Bouncy: cubic-bezier(0.68, -0.55, 0.27, 1.55)
- Dramatic: cubic-bezier(0.7, 0.0, 0.3, 1.0)
Common mistakes:
- Too slow — motion design is usually faster than you think. Try 15 frames before 30.
- Uniform timing — vary the duration. Important things move fast, secondary things slower.
- Same easing on everything — mix curves. The variety creates rhythm.
Developing your intuition:
1. Watch professional motion design (Behance, Dribbble, MoGraph Mentor)
2. Try to identify the easing pattern on every movement
3. Recreate movements you admire in your tool
4. Use easings.net as a reference cheat sheet
Pro tip: The best motion designers don't think about easing values — they FEEL the timing. They scrub the timeline and ask "does this feel right?" The numbers are tools, but the goal is emotional resonance. Record yourself moving objects with your hand — that's the motion your brain expects. Then replicate that feeling with your easing curves.
Want a personalized answer for your project?
Ask Oliver for Free →