How does the TransitionMode property affect calendar behavior on iOS with Xamarin.Forms? The default of "Scroll" makes sense to me given the way the control behaves, but changing it to any other value seems to have no effect at all. Changing the month by swiping on the screen always scrolls, and changing by tapping on header navigation buttons always instantly jumps to the month in question.
(Syncfusion.Xamarin.SfCalendar version 15.2.0.40)