marekrozmus / react-swipeable-list

Swipeable list component for React supporting several behaviours (e.g. iOS)
https://marekrozmus.github.io/react-swipeable-list/
MIT License
110 stars 20 forks source link

Please provide option to set the speed of the animation that brings the bottom item to top when an item is deleted #16

Closed MuhammadAbdullah54321 closed 1 year ago

MuhammadAbdullah54321 commented 2 years ago

When an item is deleted from the list, the item below it comes in its place with animation. Right now the speed of that animation(moving up) is fast. I want to slow down the speed of that animation.

Can you please provide option to set its speed. Another option to setting its animation type would be great as well

Thanks

marekrozmus commented 2 years ago

Hi :) Please check my other project here: https://github.com/sandstreamdev/react-swipeable-list It is my older implementation wit a little bit different interface and more animation configs.

Let me know if you have found it useful :)