Marek Rozmus
Marek Rozmus
Hi, do I understand correctly that you would like the swipe back animation to start after the icon's animation is ended? Now it starts to swipe back after click.
@Mario8419 Added `actionDelay` parameter which will delay the animation and action triggering for specified time.
ok, my bad. Do I understand correctly then we should have separate delay for starting "return animation" and separate for triggering action?
Hi @ArondeParon - what do you mean in point 3? Do you release the click/touch or not? I have tried here: https://marekrozmus.github.io/react-swipeable-list/ and when I go like this: 1. Partially...
Hi @ArondeParon - what kind of case you need that specific behaviour? I mean now it works that `swipe start` is triggered when user moves item beyond the threshold and...
@VityaSchel Please provide any code snippet you would like to use.
Unfortunately ;) that code works for me OK on all browsers I have here (brave, edge, firefox and chrome). I have also tested on different node versions 14 and 16....
@BenjaminBecic Thanks for the comment. BTW In the docs I wrote the `type` and `fullSwipe` should be in `SwipeableList` not in the `SwipeableListItem` :)
Hi, Thanks for the info. Got a question - why do you want to put something else than `SwipeAction` inside the `TrailingActions`? I would like to understand the usecase.