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.
我想为 viewpager 添加翻转动画,我可以滑动视图,但我还需要翻转视图。
任何指针?
使用JazzyViewPager而不是常规的 ViewPager。你会得到很多很酷的内置动画,包括翻转动画。
您也可以只浏览源代码并使用PageTransformer实现翻转动画。