Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the Transition to use for shared elements in the launching Window prior
to transferring to the launched Activity's Window.
Requires Window.FEATURE_ACTIVITY_TRANSITIONS.
Set method documentation [Android Documentation]
Sets the Transition that will be used for shared elements after starting a new Activity
before the shared elements are transferred to the called Activity. If the shared elements
must animate during the exit transition, this Transition should be used. Upon completion,
the shared elements may be transferred to the started Activity.
Requires Window.FEATURE_ACTIVITY_TRANSITIONS.