ModifiersBuilders.AnimatedVisibility


@RequiresSchemaVersion(major = 1, minor = 200)
@ProtoLayoutExperimental
class ModifiersBuilders.AnimatedVisibility


The content transition of an element. Any update to the element or its children will trigger this animation for this element and everything underneath it.

Summary

Public functions

ModifiersBuilders.EnterTransition?

Gets the content transition that is triggered when element enters the layout.

ModifiersBuilders.ExitTransition?

Gets the content transition that is triggered when element exits the layout.

String

Public functions

getEnterTransition

Added in 1.0.0
fun getEnterTransition(): ModifiersBuilders.EnterTransition?

Gets the content transition that is triggered when element enters the layout.

getExitTransition

Added in 1.0.0
fun getExitTransition(): ModifiersBuilders.ExitTransition?

Gets the content transition that is triggered when element exits the layout. Note that indefinite exit animations are ignored.

toString

fun toString(): String