I am having trouble understanding how `Modifier.sw...
# compose
j
I am having trouble understanding how
Modifier.swipeable
works. I find the current swipe threshold too high: short but fast swipes seem to be ignored. I read the composable's documentation but I couldn't really grasp how it works (I am not very familiar with animation).
velocityThreshold
seemed like a promising parameter but I didn't notice any difference when I changed it.