ModifiersBuilders.EnterTransition


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


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

Summary

Nested types

Builder for EnterTransition

Public methods

@Nullable ModifiersBuilders.FadeInTransition

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

@Nullable ModifiersBuilders.SlideInTransition

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

@NonNull String

Public methods

getFadeIn

Added in 1.0.0
public @Nullable ModifiersBuilders.FadeInTransition getFadeIn()

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
public @Nullable ModifiersBuilders.SlideInTransition getSlideIn()

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

toString

public @NonNull String toString()