Want to do
When I transition the page(Activity), I want to add animation like slide out left.
I tried these codes for animation. These have SlideInLeft and SlideOutRight but don't have SlideOutLeft.
Bundle animationBundle = ActivityOptions.MakeCustomAnimation(this, Resource.Animation.abc_fade_in, Resource.Animation.abc_fade_out).ToBundle();
and
This.OverridePendingTransition(Android.Resource.Animation.SlideInLeft, Android.Resource.Animation.SlideOutRight);