Skip to main content

Transform

Utilities for enabling GPU-accelerated transforms.

CSS Property:transform
Classes:2

Transform Classes

ClassCSS
transform-gputransform: translateZ(0);
transform-nonetransform: none;

Arbitrary Values

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

[transform:value]

Responsive Variants

Apply transform utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:transform-gpu
768px+md:md:transform-gpu
1024px+lg:lg:transform-gpu
1280px+xl:xl:transform-gpu
1536px+2xl:2xl:transform-gpu