Skip to main content

Backface Visibility

Utilities for controlling whether the back of an element is visible during 3D transforms.

CSS Property:backface-visibility
Classes:2

Backface Visibility Classes

ClassCSS
backface-visiblebackface-visibility: visible;
backface-hiddenbackface-visibility: hidden;

Arbitrary Values

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

[backface-visibility:value]

Responsive Variants

Apply backface visibility utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:backface-visible
768px+md:md:backface-visible
1024px+lg:lg:backface-visible
1280px+xl:xl:backface-visible
1536px+2xl:2xl:backface-visible