Render Flow - Transform property
Parse CSS rules
Match selector to element
Apply transform property
Calculate new visual position/shape
Repaint element with transform
Composite layers for final display
The browser reads the CSS, finds elements matching the selector, applies the transform property to change their shape or position visually without affecting layout, then repaints and composites the final image.