android 翻译动画
如果我有两个视图,是否可以在视图中创建平移动画,即使对象移出其视图,视图的高度和宽度仍保持不变?我需要仅在他的视野内显示移动物体。
If I have two views, is it possible to create in a view a translate animation and even if the object moves outside his view, the view's height and width remain unchanged? I need to show moving object only inside his view.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
视图上的视图动画始终剪切到父视图 - 通常会平移 +/- 100%,以确保视图完全移出父视图,并且在视图不会过度绘制屏幕的任何其他方面的情况下正常工作。
View Animations on a view are always clipped to the parent view - it is common to translate by +/- 100% to ensure the view is moved completely out of the parent and works well without the view overdrawing any other aspect of the screen.