Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the Transition that will be used for shared elements transferred back to a
calling Activity. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.
Set method documentation [Android Documentation]
Sets the Transition that will be used for shared elements transferred back to a
calling Activity. Typical Transitions will affect size and location, such as
Android.Transitions.ChangeBounds. A null
value will cause transferred shared elements to blink to the final position.
If no value is set, the default will be to use the same value as
Window.SharedElementEnterTransition.
Requires Window.FEATURE_ACTIVITY_TRANSITIONS.