Skip to content

Commit a5bbc15

Browse files
Merge pull request #1 from SimformSolutionsPvtLtd/feature/UNT-T5356_demo_gif_in_deadme
Update readme with demo Gifs
2 parents 2589089 + 469cd9b commit a5bbc15

File tree

1 file changed

+13
-28
lines changed

1 file changed

+13
-28
lines changed

README.md

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SSPullToRefresh
22
## Pull to Refresh with custom animations
33

4-
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://github.com/mobile-simformsolutions/SSPullToRefresh)
4+
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)][git-repo-url]
55

66
SSPullToRefresh uses lottie animations to render high quality animations on pull refresh.
77

@@ -16,7 +16,7 @@ SSPullToRefresh uses lottie animations to render high quality animations on pull
1616

1717
| Default refreshView | customize animation |
1818
|--|--|
19-
| ![](camera_pic.gif) | ![](gallery_pic.gif) |
19+
| ![](default_view.gif) | ![](custom_anim.gif) |
2020

2121
# How it works:
2222

@@ -130,26 +130,26 @@ SSPullToRefresh uses lottie animations to render high quality animations on pull
130130
ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,300)
131131
)
132132
```
133-
* you can aslo provide only view without parameters, in that case refreshView will take MATCH_PARENT,70 width,hight respectively
133+
* You can aslo provide only view without parameters, in that case refreshView will take MATCH_PARENT,70 width,hight respectively
134134
```kotlin
135135
ssPullRefresh.setRefreshView(MytAnimationView(this))
136136
```
137137

138138
# Other Library used:
139-
* [Lottie](https://github.com/airbnb/lottie-android)
139+
* [Lottie][lottie-repo-url]
140140

141-
## Find this library useful? :heart:
142-
Support it by joining __[stargazers]()__ for this repository.⭐
141+
## Find this library useful? ❤️
142+
Support it by joining __[stargazers]__ for this repository.⭐
143143

144144
## 🤝 How to Contribute
145145

146146
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪
147147

148-
Check out our [**Contributing Guide**]() for ideas on contributing.
148+
Check out our __[Contributing Guide]__ for ideas on contributing.
149149

150150
## Bugs and Feedback
151151

152-
For bugs, feature requests, and discussion please use [GitHub Issues]().
152+
For bugs, feature requests, and discussion please use __[GitHub Issues]__.
153153

154154
## License
155155

@@ -168,23 +168,8 @@ Copyright 2021 Simform Solutions
168168

169169
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
170170

171-
[dill]: <https://github.com/joemccann/dillinger>
172-
[git-repo-url]: <https://github.com/joemccann/dillinger.git>
173-
[john gruber]: <http://daringfireball.net>
174-
[df1]: <http://daringfireball.net/projects/markdown/>
175-
[markdown-it]: <https://github.com/markdown-it/markdown-it>
176-
[Ace Editor]: <http://ace.ajax.org>
177-
[node.js]: <http://nodejs.org>
178-
[Twitter Bootstrap]: <http://twitter.github.com/bootstrap/>
179-
[jQuery]: <http://jquery.com>
180-
[@tjholowaychuk]: <http://twitter.com/tjholowaychuk>
181-
[express]: <http://expressjs.com>
182-
[AngularJS]: <http://angularjs.org>
183-
[Gulp]: <http://gulpjs.com>
184-
185-
[PlDb]: <https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md>
186-
[PlGh]: <https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md>
187-
[PlGd]: <https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md>
188-
[PlOd]: <https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md>
189-
[PlMe]: <https://github.com/joemccann/dillinger/tree/master/plugins/medium/README.md>
190-
[PlGa]: <https://github.com/RahulHP/dillinger/blob/master/plugins/googleanalytics/README.md>
171+
[git-repo-url]: <https://github.com/SimformSolutionsPvtLtd/SSPullToRefresh.git>
172+
[lottie-repo-url]: <https://github.com/airbnb/lottie-android.git>
173+
[stargazers]: <https://www.google.com/>
174+
[Contributing Guide]: <https://www.google.com/>
175+
[GitHub Issues]: <https://github.com/SimformSolutionsPvtLtd/SSPullToRefresh/issues>

0 commit comments

Comments
 (0)