Closed jmmortega closed 3 years ago
Hey thanks man for the PR! I will have a look soon. Could you more specific about the API changes on animations? with maybe some examples and screenshots ?
No problem @roubachof. Happy to contribute. I'm include in HorizontalListView three callbacks PreAnimation, Animation and PostAnimation, that allows include differents actions for any ViewCell appearing. Must be include inside of CodeBehind, could be refactoring and include something like Javier Suarez's XAnimations. https://github.com/jsuarezruiz/Xamanimationhttps://github.com/jsuarezruiz/Xamanimation. and introduce in XAML, what do you think?
I had a look at your pr, and I think I'm gonna merge it and correct some naming etc... But I would like to see a PoC of how it could work with xamanimation :)
Cool, I appreciate. I hope this weekend will take a moment to create a POC with XAMAnimation. BTW, could you take a look https://github.com/roubachof/Sharpnado.Presentation.Forms/issues/129? is for my another PR, please.
Thanks
For what I understood, roubachof/Sharpnado.Presentation.Forms#133 include roubachof/Sharpnado.Presentation.Forms#129 right ?
@jmmortega wait a bit before trying to PoC Xamanimation, cause I'm renaming a lot of things right now, and you could end up with a lot of conflicts :)
Is your feature request related to a problem? Please describe. I want add animation when collection populate.