SpringView icon indicating copy to clipboard operation
SpringView copied to clipboard

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

Open dwtedx opened this issue 5 years ago • 1 comments

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

dwtedx avatar Jan 17 '20 09:01 dwtedx

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

liaoinstan avatar Mar 25 '20 07:03 liaoinstan