File tree Expand file tree Collapse file tree 2 files changed +9
-329
lines changed Expand file tree Collapse file tree 2 files changed +9
-329
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Add the following to your **root** `build.gradle` file:
53
53
``` gradle
54
54
allprojects {
55
55
repositories {
56
- maven { url 'https://jitpack.io' }
56
+ maven { url = 'https://jitpack.io' }
57
57
}
58
58
}
59
59
```
@@ -65,7 +65,6 @@ allprojects {
65
65
## Usage
66
66
67
67
## Static Carousel
68
-
69
68
It's a static carousel there is not animation and not swipe effect.
70
69
71
70
```
@@ -101,14 +100,13 @@ StackCarousel(
101
100
## Scale StackCarousel
102
101
103
102
## 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.
104
105
105
106
<p align =" center " >
106
107
<img src =" assets/scale.gif " width =" 280 " />
107
108
</p >
108
109
109
- It's a scale ** StackCarousel** there is animation enable is true and also able to scale effect when
110
- swipe the content.
111
-
112
110
```
113
111
// list of images
114
112
val images =
@@ -142,15 +140,15 @@ StackCarousel(
142
140
```
143
141
144
142
## 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.
145
145
146
146
## Preview of Rotate StackCarousel
147
147
148
148
<p align =" center " >
149
149
<img src =" assets/rotate.gif " width =" 280 " />
150
150
</p >
151
151
152
- It's a rotate ** StackCarousel** there is animation enable is true and also able to rotate effect
153
- when swipe the content.
154
152
155
153
```
156
154
// list of images
@@ -185,15 +183,15 @@ StackCarousel(
185
183
```
186
184
187
185
## 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.
188
188
189
- ## Top StackCarousel
190
-
189
+ ## Preview Top StackCarousel
191
190
<p align =" center " >
192
191
<img src =" assets/top.gif " width =" 280 " />
193
192
</p >
194
193
195
- It's a top ** StackCarousel** there is animation enable is true and also able to top effect when
196
- swipe the content.
194
+
197
195
198
196
```
199
197
// list of images
You can’t perform that action at this time.
0 commit comments