nineoldandroids - How to dynamically change accelerated While the animation running in Android? -
i using nineoldandroid.
q: how alter animation playback time after animation begins accelerate animation ends? in other words,how alter duration?
you can utilize interpolator in animation one:
anim.setinterpolator(new acceleratedecelerateinterpolator()); source: setting interpolators
android nineoldandroids
No comments:
Post a Comment