pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

DraggableView how to first show with animation #105

Open fukemy opened 7 years ago

fukemy commented 7 years ago

Hello. Your library is so helpful for me. Now i find way to make first time this Draggable View show with animated like maximize. Do your code support for it? Thanks :)

pedrovgs commented 7 years ago

The feature you suggest it's not implemented right now. A workaround is to minimize the view when it's created and keep is as invisible until you want to show it. That will show you an animation and the view at the same time.