Android - 具有弹跳效果的动画弹出对话框
大家好,我正在尝试为自定义对话框设置动画,以便当它弹出时具有一种弹跳效果(它开始很小,变大,然后弹跳得小一点,然后回到正常大小)。
我不知道如何开始这项任务。我应该注意什么来动画这个视图,它是如何完成的?
Hey all, I'm trying to animate a custom dialog box so that when it pops up it has a kind of bounce effect (it starts small, gets large, then bounces a little smaller then back to normal size).
I have no idea how to start this task. What should I be looking at to animate this view, how is it done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 XML 中创建动画和动画布局,并在 XML 布局中使用
android:layoutAnimation
。在 SDK 中搜索动画资源
。You could create an animation and animation layout in XML and use
android:layoutAnimation
in your XML layout. Search the SDK forAnimation Resources
.