- sceneRoot
- The root of the View hierarchy to run the transition on.
Convenience method to animate, using the default transition, to a new scene defined by all changes within the given scene root between calling this method and the next rendering frame. Equivalent to calling TransitionManager.BeginDelayedTransition(Android.Views.ViewGroup, Android.Transitions.Transition) with a value of null for the transition parameter.