roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
245 stars 30 forks source link

[HorizontalListView] Add animation when populate collection #3

Closed jmmortega closed 3 years ago

jmmortega commented 4 years ago

Is your feature request related to a problem? Please describe. I want add animation when collection populate.

roubachof commented 4 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 ?

jmmortega commented 4 years ago

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?

roubachof commented 4 years ago

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 :)

jmmortega commented 4 years ago

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

roubachof commented 4 years ago

For what I understood, roubachof/Sharpnado.Presentation.Forms#133 include roubachof/Sharpnado.Presentation.Forms#129 right ?

roubachof commented 4 years ago

@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 :)

roubachof commented 3 years ago

https://github.com/roubachof/Sharpnado.HorizontalListView/releases/tag/v1.8