Skip to content

panel sliding #566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
diabloo opened this issue Oct 27, 2015 · 4 comments
Open

panel sliding #566

diabloo opened this issue Oct 27, 2015 · 4 comments

Comments

@diabloo
Copy link

diabloo commented Oct 27, 2015

hi,
Is there a way to keep the sliding until the visible part of my slidingpanel get hidden ?

@amanzan
Copy link

amanzan commented Nov 6, 2015

I created a pull request adding this option. See #577

@diabloo
Copy link
Author

diabloo commented Nov 6, 2015

thank you for your replay , i'am new to github how can i use your version ?

@amanzan
Copy link

amanzan commented Nov 9, 2015

I don't think you can use it just by adding dependencies until my pull request is reviewed and merged...you would probably have to download the library, add my changes, and add the modified library to your project. Maybe there's an easier way...but that's how I did it. If you need help doing that, I can try to help you!

@h4h13
Copy link

h4h13 commented Dec 6, 2015

inside onPanelSlide
if (slideOffset >= 0.5) { mPauseSong.setAlpha(slideOffset * 0); } else { mPauseSong.setAlpha(slideOffset + 1); }

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

No branches or pull requests

4 participants