ModifiersBuilders.EnterTransition


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


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

Summary

Public functions

ModifiersBuilders.FadeInTransition?

Gets the fading in animation for content transition of an element and its children happening when entering the layout.

ModifiersBuilders.SlideInTransition?

Gets the sliding in animation for content transition of an element and its children happening when entering the layout.

String

Public functions

getFadeIn

Added in 1.0.0
fun getFadeIn(): ModifiersBuilders.FadeInTransition?

Gets the fading in animation for content transition of an element and its children happening when entering the layout.

getSlideIn

Added in 1.0.0
fun getSlideIn(): ModifiersBuilders.SlideInTransition?

Gets the sliding in animation for content transition of an element and its children happening when entering the layout.

toString

fun toString(): String