Render Flow - Animation duration and delay
Parse CSS animation properties
Calculate animation duration
Calculate animation delay
Schedule animation start
Render animation frames over time
Apply animation styles to element
Composite updated frames
The browser reads animation properties like duration and delay, calculates when and how long the animation runs, then renders frames accordingly over time.