- activity
- The Activity whose window contains the shared elements.
- sharedElement
- The View to transition to the started Activity.
- sharedElementName
- The shared element name as used in the target Activity. This must not be null.
Documentation for this section has not yet been entered.
Create an ActivityOptions to transition between Activities using cross-Activity scene animations. This method carries the position of one shared element to the started Activity. The position of sharedElement will be used as the epicenter for the exit Transition. The position of the shared element in the launched Activity will be the epicenter of its entering Transition.
This requires Android.Views.Window.FEATURE_ACTIVITY_TRANSITIONS to be enabled on the calling Activity to cause an exit transition. The same must be in the called Activity to get an entering transition.