timeout

io.github.nafg.scalajs.facades.mui.Collapse$.Props.timeout$
object timeout extends Prop[String | Double | Object]

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

Set to 'auto' to automatically calculate transition time based on height.

Attributes

Graph
Supertypes
class Prop[String | Double | Object]
class Object
trait Matchable
class Any
Self type
timeout.type

Members list

Concise view

Value members

Inherited methods

def :=(value: String | Double | Object): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String | Double | Object]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val auto: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop