react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

[bug] animation prop on ReactSortable not animating React Bootstrap button

Open park-junha opened this issue 5 years ago • 0 comments

Describe the bug Adding the animation prop to a ReactSortable component does not

To Reproduce Steps to reproduce the behavior:

  1. Create a ReactSortable component with prop animation={200}
  2. Map a list of objects to React Bootstrap buttons for each object as the ReactSortable children

Expected behavior Buttons should animate when dragged / re-ordered

Information Buttons do not animate at all.

Versions - react-sortablejs = ^2.0.11 react = ^16.13.1

Additional context Seen from: https://github.com/park-junha/WhereTo/commit/10b3fb8bd17d930ffe04b3bba3313dd41b78c18c

Feel free to clone this locally and see the issue for yourselves!

park-junha avatar Jul 22 '20 07:07 park-junha