GiampaoloGabba / Xamarin.Plugin.SharedTransitions

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

Can I use this with a CarouselPage #41

Closed JMNewsome closed 2 years ago

JMNewsome commented 3 years ago

I typicallly use a carousel page within my app and being able to animate between page changes would be very ideal

GiampaoloGabba commented 3 years ago

Shared transitions can only work when there is a parent navigation controller that "orchestrate" the navigation between two pages. In addition the carouselpage has been superseded by the carouselview and i doubt that will be ported to .net MAUI.

I investigated a bit and found some custom components on android that support this, but still nothing for iOS. I leave the issue open in the case i will find some trick to make it work with carouselview but i dont promise nothing :)

JMNewsome commented 3 years ago

Thank you, I would love to be able to use that instead

GiampaoloGabba commented 2 years ago

sadly this could be supported in tabbed pages. i stopped adding new features to this plugin, i'm porting everything to MAUI, new development will be for the new platform :)