Skip to content
Browser internals·Advanced·Conceptual·1 min read

What does will-change do?

Short interview answer

It hints that a property may change so the browser can prepare, but consumes resources and should be applied shortly before a measured transition, then removed.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Browser rendering pipeline

Related questions