Skip to main content

Practice ยท 1 of 3

Property Cost Classifier

Write phase(prop) mapping style changes to the most expensive pipeline phase they trigger: "width", "height", "top", "left", "margin", "font-size" => "layout"; "color", "background", "box-shadow", "visibility" => "paint"; "transform", "opacity" => "composite"; anything else => "unknown".

Difficulty: intermediate

Back to lesson: Practice: Render Pipeline โ€” Practice