android 翻译动画

发布于 2024-11-16 05:59:25 字数 72 浏览 2 评论 0原文

如果我有两个视图,是否可以在视图中创建平移动画,即使对象移出其视图,视图的高度和宽度仍保持不变?我需要仅在他的视野内显示移动物体。

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

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

发布评论

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

评论(1

梦一生花开无言 2024-11-23 05:59:25

视图上的视图动画始终剪切到父视图 - 通常会平移 +/- 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.

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