See Also: TransitionPropagation Members
Extend TransitionPropagation to customize start delays for Animators created in Transition.CreateAnimator(Android.Views.ViewGroup, Android.Transitions.TransitionValues, Android.Transitions.TransitionValues). A Transition such as Android.Transitions.Explode defaults to using Android.Transitions.CircularPropagation and Views closer to the epicenter will move out of the scene later and into the scene sooner than Views farther from the epicenter, giving the appearance of inertia. With no TransitionPropagation, all Views will react simultaneously to the start of the transition.