transition

io.laminext.tailwind.BaseSyntax.TW$.transition$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def apply(show: Signal[Boolean], config: TransitionConfig, observer: Observer[Boolean]): Modifier[HtmlElement]

Attributes

Inherited from:
TransitionSyntax
def opacity(show: Signal[Boolean], observer: Observer[Boolean]): Modifier[HtmlElement]

Attributes

Inherited from:
TransitionSyntax
def opacityAndScale(show: Signal[Boolean], observer: Observer[Boolean]): Modifier[HtmlElement]

Attributes

Inherited from:
TransitionSyntax
def resize(show: Signal[Boolean], observer: Observer[Boolean]): Modifier[HtmlElement]

Attributes

Inherited from:
TransitionSyntax
def scale(show: Signal[Boolean], observer: Observer[Boolean]): Modifier[HtmlElement]

Attributes

Inherited from:
TransitionSyntax