@@ -36,7 +36,7 @@ allprojects {
3636And add a dependency code to your ** module** 's ` build.gradle ` file.
3737``` gradle
3838dependencies {
39- implementation "com.github.skydoves:balloon:1.3.8 "
39+ implementation "com.github.skydoves:balloon:1.3.9 "
4040}
4141```
4242## SNAPSHOT
@@ -494,6 +494,25 @@ FADE | OVERSHOOT | ELASTIC | CIRCULAR |
494494| :---------------: | :---------------: | :---------------: | :---------------: |
495495| <img src =" https://user-images.githubusercontent.com/24237865/74601168-6115c580-50de-11ea-817b-a334f33b6f96.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/74601171-6410b600-50de-11ea-9ba0-5634e11f148a.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/74601170-63781f80-50de-11ea-8db4-93f1dd1291fc.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/74607359-b6bc9300-511b-11ea-978b-23bcc4399dce.gif " align =" center " width =" 100% " /> |
496496
497+ ### BalloonHighlightAnimation
498+ We can give repeated dynamic animations to Balloon when it's showing.<br >
499+ The animation would work differently by the position of the arrow.
500+
501+ ``` kotlin
502+ BalloonHighlightAnimation .NONE
503+ BalloonHighlightAnimation .HEARTBEAT
504+ BalloonHighlightAnimation .SHAKE
505+ BalloonHighlightAnimation .BREATH
506+ BalloonHighlightAnimation .ROTATE
507+
508+ .setBalloonHighlightAnimation(BalloonHighlightAnimation .SHAKE )
509+ ```
510+
511+ HEARTBEAT | SHAKE | BREATH | ROTATE |
512+ | :---------------: | :---------------: | :---------------: | :---------------: |
513+ | <img src =" https://user-images.githubusercontent.com/24237865/135755074-6a9c87fc-55b2-460e-b34e-0b6808684a97.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/135755077-02eeddbe-95fe-49ee-ad22-1f15879e84f1.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/135755079-29ed8cd8-92fe-4b2a-8671-b3522999c551.gif " align =" center " width =" 100% " /> | <img src =" https://user-images.githubusercontent.com/24237865/135755080-36dc7c8b-063a-442b-bcbd-bc000e92f9ac.gif " align =" center " width =" 100% " /> |
514+
515+
497516## Balloon builder methods
498517We can reference every specification of this library here.<br >
499518- [ Balloon documentations] ( https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/-balloon/index.html )
0 commit comments