Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

onSwipeListener #105

Open
pishguy opened this issue Sep 16, 2016 · 4 comments
Open

onSwipeListener #105

pishguy opened this issue Sep 16, 2016 · 4 comments

Comments

@pishguy
Copy link

pishguy commented Sep 16, 2016

have this library some listener such as onSwipeListener to animate other widget?

@pishguy pishguy changed the title onCLoseListener onSwipeListener Sep 16, 2016
@crysan
Copy link

crysan commented Oct 1, 2016

+1

2 similar comments
@imarenco
Copy link

+1

@dezmaeth
Copy link

+1

@JlUgia
Copy link
Contributor

JlUgia commented Dec 31, 2016

onScrollListener is triggered of every frame of the swipe event.
https://github.com/wunderlist/android-sliding-layer-lib/blob/master/Library/src/main/java/com/wunderlist/slidinglayer/SlidingLayer.java#L1434

onInteractListener propagates changes in the state of the component. For example, if it goes from opened to closed, this listener notifies through onClose.
https://github.com/wunderlist/android-sliding-layer-lib/blob/master/Library/src/main/java/com/wunderlist/slidinglayer/SlidingLayer.java#L1358

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants