Skip to content

Commit

Permalink
Merge branch 'master' of github.com:skydoves/IndicatorScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 28, 2019
2 parents a7ba64d + 8a053c4 commit 804619d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<p align="center">
<img src="https://user-images.githubusercontent.com/24237865/67630703-46b9a100-f8cf-11e9-8731-d16d15794f44.gif" width="32%"/>
<img src="https://user-images.githubusercontent.com/24237865/67662841-8f448d80-f9a7-11e9-96ad-e66018c5479e.gif" width="32%"/>
</p>

## Including in your project
Expand Down Expand Up @@ -155,6 +156,18 @@ indicatorView.addIndicatorItem(myIndicatorItem)
indicatorView + myIndicatorItem
```

### IndicatorAnimation
We can customize the expanding and collapsing animation.<br>
```kotlin
IndicatorAnimation.NORMAL
IndicatorAnimation.Accelerator
IndicatorAnimation.Bounce
```

NORMAL | Accelerator | Bounce
| :---------------: | :---------------: | :---------------: |
| <img src="https://user-images.githubusercontent.com/24237865/67663681-69b88380-f9a9-11e9-813f-db695234ee74.gif" align="center" width="100%"/> | <img src="https://user-images.githubusercontent.com/24237865/67663683-69b88380-f9a9-11e9-9490-8f8d87a82cd0.gif" align="center" width="100%"/> | <img src="https://user-images.githubusercontent.com/24237865/67663684-69b88380-f9a9-11e9-9f0e-97254f44b41d.gif" align="center" width="100%"/>

## IndicatorView Attributes
Attributes | Type | Default | Description
--- | --- | --- | ---
Expand Down

0 comments on commit 804619d

Please sign in to comment.