wwwdata / implicitly_animated_reorderable_list

Fork of the discontinued plugin to continue maintaining it
MIT License
30 stars 22 forks source link

Disable animation when removing an item from a list #12

Closed mike-migowitch closed 1 year ago

mike-migowitch commented 1 year ago

Hey! Is there a ready way to disable the animation and behavior when an element is removed from the list?

wwwdata commented 1 year ago

Yes you could just set the removeDuration to zero.

mike-migowitch commented 1 year ago

It works. Thank you!