| `delay={index * 0.1}` (seconds) | `delay={index * 80}` (ms — animates for minutes) |
| `translateY="8"` or `translateY={1}` | `translateY={16}` (16rem jump) |
| Viewport latch with useInViewport | `trigger={true}` on page load for below-fold content |
| Stagger all siblings or none | Only the highlighted card animates |
| CountFx value driven by seen latch | CountFx trigger prop (does not exist) |