Render Flow - Animation delay
[Parse Tailwind config] -> [Generate CSS classes] -> [Apply animation-delay class] -> [Browser schedules animation start] -> [Wait for delay time] -> [Start animation playback]
The browser reads the Tailwind animation-delay class, schedules the animation to start after the delay time, then plays the animation.