leochuan / ViewPagerLayoutManager

ViewPager like LayoutManager which supports some awesome animations and infinite scroll.
Apache License 2.0
1.75k stars 330 forks source link

ViewPage缓冲动画 #94

Open CalmCenter opened 5 years ago

CalmCenter commented 5 years ago

您好,您有了解过如何实现ViewPage的滑动后的一个缓冲动画。类似 https://user-gold-cdn.xitu.io/2018/2/6/16169f802550c42e?imageslim 我暂时的做法是在 onPageScrolled 获取 前一个和后一个 View同时进行 属性动画,感觉很low而且效果也不理想。您有什么好的 思路或想法吗?