android - how can i slow down the animation of the slidingdrawer -


i seen link slidingdrawer-animation-velocity , have copy source slidingdrawer , modify value of

private static final int animation_frame_duration = 1500 / 60;  

but effect delay time of animation,not animation duration? there other method change speed of slidingdrawer?


Comments