Straight ahead action means drawing one frame after another in sequence, without deciding the endpoint in advance. The result feels spontaneous and alive, but proportions and timing can drift over a long sequence. It suits unpredictable motion — fire, water, smoke.
Pose to pose works the opposite way: lock in the key poses (start, middle, end) first, then go back and fill the in-between frames. It gives tight control over composition and timing, which is why it's favored for precise acting and dialogue scenes. Most professional animation actually blends both.
In UI terms, hand-tweaking a value in DevTools until it "feels right" is closer to straight ahead; defining exact stops in CSS @keyframes at 0%, 50% and 100% is pose to pose.
The top lane below is straight ahead — the ball wanders forward with continuous, improvised motion, leaving a faint onion-skin trail of where it's been. The bottom lane is pose to pose — it jumps between four pre-marked key poses, holding briefly at each.
When to use
Reach for pose to pose (fixed keyframes) when timing and composition must be exact. Reach for straight ahead (a physics sim, per-frame rAF) when you want a freer, more organic feel.