GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 57 forks source link

Sample for bindable layout #35

Closed sarthak1995-26 closed 3 years ago

GiampaoloGabba commented 3 years ago

using this plugin with BindableLayout is the same as ListView and CollectionView.

Inside your DataTemplate you have to specify a unique combination for: sharedTransitions:Transition.Name and sharedTransitions:Transition.Group

Maybe in the next release i will update the demo to include a BindableLayout :)