transformStyle

scalatags.generic.Styles2.transformStyle
object transformStyle extends Style

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

Attributes

Graph
Supertypes
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited from:
Style
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val flat: StylePair[Builder, String]

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

Attributes

lazy val preserve-3d: StylePair[Builder, String]

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

Attributes