Skip to content

Commit 192ca54

Browse files
authored
Update README.md
1 parent 01ff748 commit 192ca54

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020

2121
```Java
2222
dependencies {
23-
implementation 'com.github.SudoAjay:LoadingAnimation-Android:v3.1'
23+
implementation 'com.github.SudoAjay:LoadingAnimation-Android:v3.2'
2424

2525
}
2626
```
@@ -59,8 +59,16 @@ If you want to modify or want some changes in loadingAnimation . So follow below
5959
loadingAnimation.setMainRadius(80); // default 80
6060
loadingAnimation.setOtherRadius(20); // default 20
6161
loadingAnimation.setReduceOtherRadius(1); // default 1
62+
6263
loadingAnimation.setTiming(1000); // 1 sec
6364
```
65+
##### or you can use
66+
67+
```JAVA
68+
loadingAnimation.start();
69+
loadingAnimation.stop();
70+
```
71+
6472
### LICENCE
65-
LoadingAnimation by Sudo Ajay v3.1
73+
LoadingAnimation by Sudo Ajay v3.2
6674

0 commit comments

Comments
 (0)