We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ff748 commit 192ca54Copy full SHA for 192ca54
1 file changed
README.md
@@ -20,7 +20,7 @@ allprojects {
20
21
```Java
22
dependencies {
23
- implementation 'com.github.SudoAjay:LoadingAnimation-Android:v3.1'
+ implementation 'com.github.SudoAjay:LoadingAnimation-Android:v3.2'
24
25
}
26
```
@@ -59,8 +59,16 @@ If you want to modify or want some changes in loadingAnimation . So follow below
59
loadingAnimation.setMainRadius(80); // default 80
60
loadingAnimation.setOtherRadius(20); // default 20
61
loadingAnimation.setReduceOtherRadius(1); // default 1
62
+
63
loadingAnimation.setTiming(1000); // 1 sec
64
65
+##### or you can use
66
67
+```JAVA
68
+ loadingAnimation.start();
69
+ loadingAnimation.stop();
70
+```
71
72
### LICENCE
-LoadingAnimation by Sudo Ajay v3.1
73
+LoadingAnimation by Sudo Ajay v3.2
74
0 commit comments