Suppose you want to animate multiple properties in parallel on some target object. How would you do it? ValueAnimator? Multiple ObjectAnimators?
This episode covers different ways of animating multiple properties, and specifically covers the use of the lesser-known PropertyValuesHolder class.
YouTube: https://www.youtube.com/watch?v=WvCZcy3WGP4
Code: http://developer.android.com/shareables/devbytes/MultiPropertyAnimations.zip
This episode covers different ways of animating multiple properties, and specifically covers the use of the lesser-known PropertyValuesHolder class.
YouTube: https://www.youtube.com/watch?v=WvCZcy3WGP4
Code: http://developer.android.com/shareables/devbytes/MultiPropertyAnimations.zip
Comments
Post a Comment