@@ -16,7 +16,7 @@ Installation
16
16
Add this in your app's build.gradle file:
17
17
``` groovy
18
18
dependencies {
19
- implementation 'com.wajahatkarim3.EasyFlipView:EasyFlipView:2.0.6 '
19
+ implementation 'com.wajahatkarim3.EasyFlipView:EasyFlipView:2.1.0 '
20
20
}
21
21
```
22
22
@@ -26,7 +26,7 @@ Or add EasyFlipView as a new dependency inside your pom.xml
26
26
<dependency >
27
27
<groupId >com.wajahatkarim3.EasyFlipView</groupId >
28
28
<artifactId >EasyFlipView</artifactId >
29
- <version >2.0.6 </version >
29
+ <version >2.1.0 </version >
30
30
<type >pom</type >
31
31
</dependency >
32
32
```
@@ -44,6 +44,7 @@ EasyFlipView In XML layouts("Vertical")
44
44
app:flipEnabled=" true"
45
45
app:flipDuration=" 400"
46
46
app:flipType=" vertical"
47
+ app:flipFrom=" front"
47
48
>
48
49
49
50
<!-- Back Layout Goes Here -->
@@ -63,6 +64,7 @@ EasyFlipView In XML layouts("Horizontal")
63
64
app:flipOnTouch=" true"
64
65
app:flipEnabled=" true"
65
66
app:flipDuration=" 400"
67
+ app:flipFrom=" right"
66
68
app:flipType=" horizontal"
67
69
>
68
70
@@ -100,6 +102,18 @@ All customizable attributes for EasyFlipView
100
102
<td>vertical</td>
101
103
<td>Whether card should flip in vertical or horizontal</td>
102
104
</tr>
105
+ <tr>
106
+ <td>app:flipType="horizontal"</td>
107
+ <td>vertical</td>
108
+ <td>Whether card should flip in vertical or horizontal</td>
109
+ </tr>
110
+ <tr>
111
+ <td>app:flipFrom="right"
112
+ app:flipFrom="back"</td>
113
+ <td>left
114
+ front</td>
115
+ <td>Whether card should flip from left to right Or right to left(Horizontal type) or car should flip to front or back(Vertical type)</td>
116
+ </tr>
103
117
</table>
104
118
105
119
In Code (Java)
@@ -185,8 +199,8 @@ Wajahat Karim
185
199
Special Thanks
186
200
=========
187
201
- [ ** iGio90** ] ( https://github.com/iGio90 ) for adding dynamic views support [ Pull Request # 10] ( https://github.com/wajahatkarim3/EasyFlipView/pull/10 )
188
-
189
202
- [ ** Sachin Varma** ] ( https://www.linkedin.com/in/sachin-varma-58b243118/ ) for adding vertical animations support [ Pull Request # 12] ( https://github.com/wajahatkarim3/EasyFlipView/pull/12 )
203
+ - [ ** Sachin Varma** ] ( https://www.linkedin.com/in/sachin-varma-58b243118/ ) for adding multi-dimension animations support [ Pull Request # 23] ( https://github.com/wajahatkarim3/EasyFlipView/pull/23 )
190
204
191
205
192
206
# How to Contribute
0 commit comments