transformStyle

object transformStyle extends Style[String]

The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

MDN

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

Value members

Concrete fields

lazy val `preserve-3d`: StyleSetter

Indicates that the children of the element should be positioned in the 3D-space.

Indicates that the children of the element should be positioned in the 3D-space.

MDN

lazy val flat: StyleSetter

Indicates that the children of the element are lying in the plane of the element itself.

Indicates that the children of the element are lying in the plane of the element itself.

MDN

Inherited fields

override val name: String
Inherited from
Style