Skip to content

Commit 29a0d8e

Browse files
authored
Merge pull request #257 from skydoves/release/stable/1.3.9
Update Readme and prepare for the next release
2 parents 79a42be + b0b6e0a commit 29a0d8e

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
And add a dependency code to your **module**'s `build.gradle` file.
3737
```gradle
3838
dependencies {
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
498517
We 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)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131
GROUP=com.github.skydoves
3232
POM_PACKAGING=aar
3333

34-
VERSION_NAME=1.3.9-SNAPSHOT
34+
VERSION_NAME=1.4.0-SNAPSHOT
3535

3636
POM_ARTIFACT_ID=balloon
3737
POM_NAME=balloon

0 commit comments

Comments
 (0)