🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

AnimatedPaneScope

Scope for the content of AnimatedPane.

Source set: Common
public 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
public companion object

Functions

create

Source set: Common
public fun create(animatedVisibilityScope: AnimatedVisibilityScope): AnimatedPaneScope

Create an instance of AnimatedPaneScope for the given AnimatedVisibilityScope.

Content updated: