karvulf / flutter-reorderable-grid-view

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

Feature: Animate items removal #96

Open karvulf opened 1 year ago

karvulf commented 1 year ago

Currently removed children just directly disappear. To get a nicer feedback of removed children, they should get an animation e.g. a fade out. Also the duration should be configurable. This wish came with #95