TransitionConfig

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(hidden: String, nonHidden: String, showing: String, inTransition: String, enter: String, enterDuration: String, enterTiming: String, enterFrom: String, enterTo: String, leave: String, leaveDuration: String, leaveTiming: String, leaveFrom: String, leaveTo: String, onEnterFrom: Element => Unit, onEnterTo: Element => Unit, onLeaveFrom: Element => Unit, onLeaveTo: Element => Unit, onReset: (Element, Boolean) => Unit): TransitionConfig

Concrete fields