Stagger Animations reveal multiple elements sequentially with small delays between each. Creates cascading effect—first item animates, then second, then third. Draws eye down the list and feels more organic than all-at-once. Common for lists, grids, cards entering screen. Delay: 30-80ms between items.
Use stagger for lists/grids entering screen: search results, card grids, menu items, timeline events, table rows. Each item fades/slides in with slight delay. Keep delay short (50ms typical) so total animation doesn't exceed 800ms. Use intersection observer to trigger when scrolling into view. Limit to first 10-15 items or feels too long.
Motion Animation
Sequential animation where multiple elements animate with progressive delays. Creates rhythm and visual flow.