Source set: Common
sealed interface AnimatedPaneScope : AnimatedVisibilityScope
Scope for the content of AnimatedPane. It extends from the necessary animation scopes so developers can use the info carried by the scopes to do certain customizations.
Members
Companion
Source set: Common
companion object
Functions
create
Source set: Common
fun create(animatedVisibilityScope: AnimatedVisibilityScope): AnimatedPaneScope
Create an instance of AnimatedPaneScope for the given AnimatedVisibilityScope.