karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
155 stars 22 forks source link

Allow custom animations #72

Open kostadin-damyanov-prime opened 1 year ago

kostadin-damyanov-prime commented 1 year ago

It would be nice if users could specify the "appear" and "disappear" animations. So for example we could use size changes instead of fade-in and fade-out when when the grid items are updated.

karvulf commented 1 year ago

Hi @kostadin-damyanov-prime

That sounds great. I also thought about implementing this. This can be a new feature after I finished my update to 5.0.0. So it will take several weeks before I can start with that. I hope that is ok for you.