Skip to main content

Will Change

Utilities for optimizing upcoming animations of elements that are expected to change.

CSS Property:will-change
Classes:4

Will Change Classes

ClassCSS
will-change-autowill-change: auto;
will-change-scrollwill-change: scroll-position;
will-change-contentswill-change: contents;
will-change-transformwill-change: transform;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[will-change:value]

Responsive Variants

Apply will change utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:will-change-auto
768px+md:md:will-change-auto
1024px+lg:lg:will-change-auto
1280px+xl:xl:will-change-auto
1536px+2xl:2xl:will-change-auto