Skip to content

Backface Visibility

Layout
The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.
Class Properties
wpex-backface-visible
-webkit-backface-visibility: visible;
backface-visibility: visible;
wpex-backface-hidden
-webkit-backface-visibility: hidden;
backface-visibility: hidden;