File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
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.4 '
2424
2525 }
2626```
@@ -59,8 +59,13 @@ 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- loadingAnimation. setTiming(1000 ); // 1 sec
62+
63+ loadingAnimation. setTiming(1000 );
64+ // or
65+ loadingAnimation. start();
66+ loadingAnimation. stop();
6367```
68+
6469### LICENCE
65- LoadingAnimation by Sudo Ajay v3.1
70+ LoadingAnimation by Sudo Ajay v3.4
6671
You can’t perform that action at this time.
0 commit comments