如何随着活动暂停动画?
需要您对此的所有建议。
我正在我的活动中实现一些基本动画。现在我处于这样的情况:当我启动活动时,我想暂停活动和动画,动画也从该暂停位置开始。我怎样才能实现这一点?
示例代码::
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论