Android - 具有弹跳效果的动画弹出对话框

发布于 2024-11-03 10:35:24 字数 117 浏览 0 评论 0原文

大家好,我正在尝试为自定义对话框设置动画,以便当它弹出时具有一种弹跳效果(它开始很小,变大,然后弹跳得小一点,然后回到正常大小)。

我不知道如何开始这项任务。我应该注意什么来动画这个视图,它是如何完成的?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜巴黎 2024-11-10 10:35:24

您可以在 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 for Animation Resources.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文