Added in API level 19

AutoTransition

open class AutoTransition : TransitionSet
kotlin.Any
   ↳ android.transition.Transition
   ↳ android.transition.TransitionSet
   ↳ android.transition.AutoTransition

Utility class for creating a default transition that automatically fades, moves, and resizes views during a scene change.

An AutoTransition can be described in a resource file by using the tag autoTransition, along with the other standard attributes of android.R.styleable#Transition.

Summary

Inherited constants
Public constructors

Constructs an AutoTransition object, which is a TransitionSet which first fades out disappearing targets, then moves and resizes existing targets, and finally fades in appearing targets.

AutoTransition(context: Context!, attrs: AttributeSet!)

Inherited functions

Public constructors

AutoTransition

Added in API level 19
AutoTransition()

Constructs an AutoTransition object, which is a TransitionSet which first fades out disappearing targets, then moves and resizes existing targets, and finally fades in appearing targets.

AutoTransition

Added in API level 19
AutoTransition(
    context: Context!,
    attrs: AttributeSet!)