4

I have included sliding drawer in my code. wanted to make it animate bit slower then the actual velocity. do anyone know how to reduce the velocity? thanks in advance..

Zombie
  • 1,965
  • 2
  • 20
  • 34

2 Answers2

1

According to everything I have read, you would need to re-create the SlidingDrawer class in your app and make your modifications there.

Another SO question about this.

And a link to the SlidingDrawer class.

Hope this helps and good luck!

Community
  • 1
  • 1
Barak
  • 16,318
  • 9
  • 52
  • 84
0

You should be see the following link:

  1. SlidingDrawer

  2. SlidingDrawer animation velocity

And you should be use animateToggle() for this.

Community
  • 1
  • 1
Android Boy
  • 4,335
  • 6
  • 30
  • 58