CollapseClasses

sealed external interface CollapseClasses(source)

Properties

Link copied to clipboard
abstract val entered: ClassName

Styles applied to the root element when the transition has entered.

Link copied to clipboard
abstract val hidden: ClassName

Styles applied to the root element when the transition has exited and collapsedSize = 0px.

Link copied to clipboard
abstract val horizontal: ClassName

State class applied to the root element if orientation="horizontal".

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val wrapper: ClassName

Styles applied to the outer wrapper element.

Link copied to clipboard
abstract val wrapperInner: ClassName

Styles applied to the inner wrapper element.