|
Delay, duration, rotate-degrees...
|
|
Delay, duration, rotate-degrees...
|
|
|
|
|
|
|
|
###Other Animation Attributes
|
|
|
|
Set other animation attributes by:
|
|
|
|
```
|
|
|
|
bmb.setShowDelay(0);
|
|
|
|
bmb.setShowDuration(1000);
|
|
|
|
bmb.setRotateDegree(1080);
|
|
|
|
bmb.setHideDelay(0);
|
|
|
|
bmb.setHideDuration(500);
|
|
|
|
```
|
|
|
|
Or in .xml:
|
|
|
|
```
|
|
|
|
app:bmb_showDelay="0"
|
|
|
|
app:bmb_showDuration="1000"
|
|
|
|
app:bmb_rotateDegree="1080"
|
|
|
|
app:bmb_hideDelay="0"
|
|
|
|
app:bmb_hideDuration="500"
|
|
|
|
``` |
|
|
|
\ No newline at end of file |