Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为特定项目更新设置动画。在 RecyclerView 中,我们可以使用 ItemAnimator 来制作这样的动画。我们可以为 ViewPager2 使用什么?
您可以使用ViewPager2.PageTransformer, 在片段之间交换时为片段设置动画。
ViewPager2.PageTransformer
这是一个包含一些很酷的动画的链接。请注意,这些ViewPager不是ViewPager2,因此您必须稍微修改它们。幸运的是,界面具有相同的签名,所以它应该是直截了当的。
ViewPager
ViewPager2
我个人用过其中两个,效果很好。
您唯一需要注意的是TranslationZ需要 API 21 的基于深度的动画,如果这对您来说是个问题。
TranslationZ
https://www.loginworks.com/blogs/how-to-make-awesome-transition-effects-using-pagetransformer-in-android/