backfaceVisibility

object backfaceVisibility extends Style[String]

The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed.

The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val hidden: StyleSetter

The back face is not visible.

The back face is not visible.

MDN

lazy val visible: StyleSetter

The back face is visible.

The back face is visible.

MDN

Inherited fields

override val name: String
Inherited from
Style