I am using RotateAnimation
for image.
But I also want zoom on image with animation.
Means when my image is rotate then image is also zooming...
How can I do zoom with rotate animation?
In anim xml, you can work with scale like this:
<scale
android:pivotX="50%"
android:pivotY="50%"
android:fromXScale=".1"
android:fromYScale=".1"
android:toXScale="1.0"
android:toYScale="1.0"
android:duration="2000" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With