We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,我之前使用的是Demo2的方式显示动画的,现在我想滑动的时候自动加载,我发现单独把Footer的Type设置为SCROLL,滚动加载是能实现,但Footer的动画就不显示了。
The text was updated successfully, but these errors were encountered:
Demo2使用的是RotationFooter,SCROLL模式目前只有一个实现类AutoFooter,如果你有自定义的效果,需要自己实现接口,单独设置Type是没用的,他们继承的基类都不一样。
Sorry, something went wrong.
No branches or pull requests
如题,我之前使用的是Demo2的方式显示动画的,现在我想滑动的时候自动加载,我发现单独把Footer的Type设置为SCROLL,滚动加载是能实现,但Footer的动画就不显示了。
The text was updated successfully, but these errors were encountered: