Props

io.github.nafg.scalajs.facades.mui.Zoom.Props
class Props extends WithChildren[Any]

Attributes

Graph
Supertypes
trait WithChildren[Any]
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def addEndListener: Prop[Any => Any]

Add a custom transition end trigger. Called with the transitioning DOM node and a done callback. Allows for more fine grained transition end logic. Note: Timeouts are still used as a fallback if provided.

Add a custom transition end trigger. Called with the transitioning DOM node and a done callback. Allows for more fine grained transition end logic. Note: Timeouts are still used as a fallback if provided.

Attributes

def appear: Prop[Boolean]

Perform the enter transition when it first mounts if in is also true. Set this to false to disable this behavior.

Perform the enter transition when it first mounts if in is also true. Set this to false to disable this behavior.

Attributes

def children: Prop[Any]

A single child content element.

A single child content element.

Attributes

def easing: Prop[Object | String]

The transition timing function. You may specify a single easing or a object containing enter and exit values.

The transition timing function. You may specify a single easing or a object containing enter and exit values.

Attributes

def in: Prop[Boolean]

If true, the component will transition in.

If true, the component will transition in.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def style: Prop[Object]
def timeout: Prop[Double | Object]

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

Attributes

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes