Skip to content

Commit e741392

Browse files
committed
docs: change docs
1 parent 7f07bc6 commit e741392

File tree

2 files changed

+9
-329
lines changed

2 files changed

+9
-329
lines changed

.idea/other.xml

Lines changed: 0 additions & 318 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your **root** `build.gradle` file:
5353
```gradle
5454
allprojects {
5555
repositories {
56-
maven { url 'https://jitpack.io' }
56+
maven { url = 'https://jitpack.io' }
5757
}
5858
}
5959
```
@@ -65,7 +65,6 @@ allprojects {
6565
## Usage
6666

6767
## Static Carousel
68-
6968
It's a static carousel there is not animation and not swipe effect.
7069

7170
```
@@ -101,14 +100,13 @@ StackCarousel(
101100
## Scale StackCarousel
102101

103102
## Preview of Scale StackCarousel
103+
It's a scale **StackCarousel** there is animation enable is true and also able to scale effect when
104+
swipe the content.
104105

105106
<p align="center">
106107
<img src="assets/scale.gif" width="280"/>
107108
</p>
108109

109-
It's a scale **StackCarousel** there is animation enable is true and also able to scale effect when
110-
swipe the content.
111-
112110
```
113111
// list of images
114112
val images =
@@ -142,15 +140,15 @@ StackCarousel(
142140
```
143141

144142
## Rotate StackCarousel
143+
It's a rotate **StackCarousel** there is animation enable is true and also able to rotate effect
144+
when swipe the content.
145145

146146
## Preview of Rotate StackCarousel
147147

148148
<p align="center">
149149
<img src="assets/rotate.gif" width="280"/>
150150
</p>
151151

152-
It's a rotate **StackCarousel** there is animation enable is true and also able to rotate effect
153-
when swipe the content.
154152

155153
```
156154
// list of images
@@ -185,15 +183,15 @@ StackCarousel(
185183
```
186184

187185
## Top StackCarousel
186+
It's a top **StackCarousel** there is animation enable is true and also able to top effect when
187+
swipe the content.
188188

189-
## Top StackCarousel
190-
189+
## Preview Top StackCarousel
191190
<p align="center">
192191
<img src="assets/top.gif" width="280"/>
193192
</p>
194193

195-
It's a top **StackCarousel** there is animation enable is true and also able to top effect when
196-
swipe the content.
194+
197195

198196
```
199197
// list of images

0 commit comments

Comments
 (0)