You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
React Shuffle logic is to have hidden block with real controls and visible block for animation with position: absolute on top of that hidden block.
But, as result, there is no comtainer size animation, when we delete item.
Example: this is my UX:
When I will delete one of item, “minus” button will move immediately to the left. Because “minus button” is out of Shuffle container and Shuffle container size has no animation.