In my Xamarin.Forms app, I'm able to switch images in my XAML view using its ViewModel INotifyPropertyChanged property by swiping either left or right on the screen. Now, I would like to add a "swipe" animation when the image changes. I've done some research and I've come accross WPF storyboards as well as implementing this in custom renderers. What is the best way to approach this in Xamarin?
Thanks.
↧
How to animate XAML image property change?
↧