added in version 25.1.0
belongs to Maven artifact com.android.support:transition:28.0.0-alpha1
belongs to Maven artifact com.android.support:transition:28.0.0-alpha1
AutoTransition
public
class
AutoTransition
extends TransitionSet
java.lang.Object | |||
↳ | android.support.transition.Transition | ||
↳ | android.support.transition.TransitionSet | ||
↳ | android.support.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 Transition
.
Summary
Inherited constants |
---|
![]()
android.support.transition.TransitionSet
|
![]()
android.support.transition.Transition
|
Public constructors | |
---|---|
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(Context context, AttributeSet attrs)
|
Inherited methods | |
---|---|
![]()
android.support.transition.TransitionSet
|