放大动画
我正在使用 RotateAnimation
作为图像。 但我也想用动画放大图像。 意味着当我的图像旋转时,图像也会缩放...
如何使用旋转动画进行缩放?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 anim xml 中,您可以像这样使用比例:
In anim xml, you can work with scale like this:
缩放动画称为缩放动画。
In the Zooming animation is called Scale Animation.
我有一个想法,希望对你有帮助。
您应该根据应用程序的需要更改参数。
I have one idea, hope it's help.
You should change parameters as need your application.