File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
2020
2121``` Java
2222dependencies {
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
You can’t perform that action at this time.
0 commit comments