|
1 | 1 | # SSPullToRefresh |
2 | 2 | ## Pull to Refresh with custom animations |
3 | 3 |
|
4 | | -[][git-repo-url] |
| 4 | +[][git-repo-url] [](https://jitpack.io/#SimformSolutionsPvtLtd/SSPullToRefresh) [](https://kotlinlang.org) [](https://www.android.com/) [](https://android-arsenal.com/api?level=21) |
5 | 5 |
|
6 | 6 | SSPullToRefresh uses lottie animations to render high quality animations on pull refresh. |
7 | 7 |
|
8 | 8 | ## Features |
9 | 9 |
|
10 | | -- simple and easy to use ( no complex animations to deal with ) |
11 | | -- customize the animation view by providing you own ( need to subclass SSAnimationView ) |
12 | | -- import lottie jason in assets folder and apply animation ( as simple as that ) |
13 | | -- customize repeateMode, repeateCount and Interpolators on different points of animations |
| 10 | +- Simple and easy to use ( no complex animations to deal with ) |
| 11 | +- Customize the animation view by providing you own ( need to subclass SSAnimationView ) |
| 12 | +- Import lottie jason in assets folder and apply animation ( as simple as that ) |
| 13 | +- Customize repeateMode, repeateCount and Interpolators on different points of animations |
14 | 14 |
|
15 | 15 | # 🎬 Preview |
16 | 16 |
|
17 | | -| Default refreshView | customize animation | |
18 | | -|--|--| |
19 | | -|  |  | |
| 17 | +| Default refreshView | Custom animation 1 | Custom animation 2 | |
| 18 | +|--|--| --| |
| 19 | +|  |  |  | |
20 | 20 |
|
21 | 21 | # How it works: |
22 | 22 |
|
@@ -138,6 +138,9 @@ SSPullToRefresh uses lottie animations to render high quality animations on pull |
138 | 138 | # Other Library used: |
139 | 139 | * [Lottie][lottie-repo-url] |
140 | 140 |
|
| 141 | +### Credits: |
| 142 | +- This library was inspired by __[RecyclerRefreshLayout]__ |
| 143 | + |
141 | 144 | ## Find this library useful? ❤️ |
142 | 145 | Support it by joining __[stargazers]__ for this repository.⭐ |
143 | 146 |
|
@@ -173,3 +176,4 @@ Copyright 2021 Simform Solutions |
173 | 176 | [stargazers]: <https://www.google.com/> |
174 | 177 | [Contributing Guide]: <https://www.google.com/> |
175 | 178 | [GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/SSPullToRefresh/issues> |
| 179 | + [RecyclerRefreshLayout]: <https://github.com/dinuscxj/RecyclerRefreshLayout?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=3383> |
0 commit comments