daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

how to continue swiping effect when finger moves outside the view? #182

Open macarthor opened 9 years ago

macarthor commented 9 years ago

hi,

i've got a recyclerview with cardview as its item, and inside cardview there's the swipelayout.

i want: if finger moves to left inside the cardview, the swipelayout starts showing. when finger moves from inside the cardview to outside, without leaving the screen, I WANT the swipelayout continues to animate following finger movement.

am i clear enough... describing finger operations is a hard job...

thx~