Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

AutoTransition

extends TransitionSet
java.lang.Object
   ↳ android.transition.Transition
     ↳ android.transition.TransitionSet
       ↳ android.transition.AutoTransition

Class Overview

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

[Expand]
Inherited XML Attributes
From class android.transition.Transition
[Expand]
Inherited Constants
From class android.transition.TransitionSet
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.
[Expand]
Inherited Methods
From class android.transition.TransitionSet
From class android.transition.Transition
From class java.lang.Object

Public Constructors

public 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.