vcalvello / SwipeToAction

*** WARNING: This library is no longer maintained *** An easy way to add a simple 'swipe-and-do-something' behavior to your `RecyclerView` items. Just like in Gmail or Inbox apps.
219 stars 45 forks source link

how to set durations.... #10

Open wackijaki opened 7 years ago

wackijaki commented 7 years ago

your lib is so goooood!!

thx..!!

but i want customized durations

private static final int SWIPE_ANIMATION_DURATION = 300;
private static final int RESET_ANIMATION_DURATION = 500;
private static final int REVEAL_THRESHOLD = 50;
private static final int SWIPE_THRESHOLD_WIDTH_RATIO = 5;
private static final int LONG_PRESS_TIME = 500;

but i can't find solution...