如何随着活动暂停动画?

发布于 2024-12-01 18:17:39 字数 330 浏览 1 评论 0原文

需要您对此的所有建议。

我正在我的活动中实现一些基本动画。现在我处于这样的情况:当我启动活动时,我想暂停活动和动画,动画也从该暂停位置开始。我怎样才能实现这一点?

示例代码::

TranslateAnimation mAnimation=new TranslateAnimation(20, 875, 0, 50);
mAnimation.setDuration(3000);
mAnimation.setAnimationListener(this);
mRlCurAnswer.startAnimation(mAnimation);

谢谢..

need all your suggestions for this.

I am implementing some basic animations in my activity . Now i am in a situation where i want to pause the activity along with the animations when i started the activity the animation also starts from that pause position.How can i achieve this?

sample code::

TranslateAnimation mAnimation=new TranslateAnimation(20, 875, 0, 50);
mAnimation.setDuration(3000);
mAnimation.setAnimationListener(this);
mRlCurAnswer.startAnimation(mAnimation);

Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文