{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

EnterTransition.Companion

public static class EnterTransition.Companion


Summary

Public methods

static final @NonNull EnterTransition

This can be used when no enter transition is desired.

Public methods

getNone

public static final @NonNull EnterTransition getNone()

This can be used when no enter transition is desired. It can be useful in cases where there are other forms of enter animation defined indirectly for an AnimatedVisibility. e.g.The children of the AnimatedVisibility have all defined their own EnterTransition, or when the parent is fading in, etc.

See also
None