CssAnimationProps
Properties
Link copied to clipboard
The name of the CSS animation (the animation-name
CSS property) applied to the component when the transition is requested to enter.
Link copied to clipboard
The name of the CSS class applied to the component when the transition is requested to enter.
Link copied to clipboard
The name of the CSS animation (the animation-name
CSS property) applied to the component when the transition is requested to exit.
Link copied to clipboard
The name of the CSS class applied to the component when the transition is requested to exit.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)