liaoinstan / SpringView

🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Apache License 2.0
1.93k stars 355 forks source link

新增SCROLL模式和OVERLAP一起使用冲突 #100

Open dwtedx opened 4 years ago

dwtedx commented 4 years ago

如题,我之前使用的是Demo2的方式显示动画的,现在我想滑动的时候自动加载,我发现单独把Footer的Type设置为SCROLL,滚动加载是能实现,但Footer的动画就不显示了。

liaoinstan commented 4 years ago

Demo2使用的是RotationFooter,SCROLL模式目前只有一个实现类AutoFooter,如果你有自定义的效果,需要自己实现接口,单独设置Type是没用的,他们继承的基类都不一样。