umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
9.5k stars 2.27k forks source link

Animation when sliding #133

Closed aryameivana closed 10 years ago

aryameivana commented 10 years ago

Can it change for animation when sliding? i want to create wipe animation, so the second view not come in sliding. it like sliding notification bar on Jelly Bean

tokudu commented 10 years ago

The animation is controlled by the support library viewDragHelper class. Unfortunately, that's not currently possible.