Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the transition used to move Views into the initial scene. The entering
Views will be those that are regular Views or ViewGroups that have
ViewGroup.TransitionGroup return true. Typical Transitions will extend
Android.Transitions.Visibility as entering is governed by changing visibility from
View.INVISIBLE to View.VISIBLE. If transition is null,
entering Views will remain unaffected. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.
Set method documentation [Android Documentation]
Sets the Transition that will be used to move Views into the initial scene. The entering
Views will be those that are regular Views or ViewGroups that have
ViewGroup.TransitionGroup return true. Typical Transitions will extend
Android.Transitions.Visibility as entering is governed by changing visibility from
View.INVISIBLE to View.VISIBLE. If transition is null,
entering Views will remain unaffected.