how to change the duration of AnimationDrawable on the fly/runtime?
Can anyone tell how to change the fram开发者_运维知识库e duration of AnimationDrawable on the fly/runtime/dynamically? I am having 25 frames in the AnimationDrawable i want to change the duration on seekbar progress change listener. with range of 100-80-60-40-20 means fastforwording the animation. please suggest!!!!
see my answer to this question How can I change the duration for an Android AnimationDrawable animation on-the-fly?
精彩评论