Skip to content

Commit af83fb8

Browse files
Updated documentation
1 parent f7516de commit af83fb8

File tree

11 files changed

+24
-2
lines changed

11 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Version 1.1.0
2+
3+
+ Added `CECardsAnimationController`
4+
+ Added `CEVerticalSwipeInteractionController`
5+
+ Renamed `CESwipeInteractionController` to `CEHorizontalInteractionController`
6+
7+
# Version 1.0.0
8+
9+
Initial release.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ The library currently contains the following animations, which can be made inter
1919
</tr>
2020
<tr>
2121
<th>Turn</th>
22+
<th>Cards</th>
2223
</tr>
2324
<tr>
2425
<td><img src="Screenshots/thumbnails/Turn/1a.png"/></td>
26+
<td><img src="Screenshots/thumbnails/Cards/2.png"/></td>
2527
</tr>
2628
</table>
2729

@@ -306,3 +308,14 @@ Animates between the two view controllers by slicing the from- view controller i
306308
![](Screenshots/thumbnails/Explode/3.png)
307309
![](Screenshots/thumbnails/Explode/4.png)
308310
311+
### Cards animation - CECardsAnimationController
312+
313+
Gives the impression of one view controller pushing the other to the back. It looks a lot more cool than these static screenshots!
314+
315+
(courtesy of Tope - AppDesignVault)
316+
317+
![](Screenshots/thumbnails/Cards/1.png)
318+
![](Screenshots/thumbnails/Cards/2.png)
319+
![](Screenshots/thumbnails/Cards/3.png)
320+
![](Screenshots/thumbnails/Cards/4.png)
321+

Screenshots/Cards/1.png

151 KB
Loading

Screenshots/Cards/2.png

148 KB
Loading

Screenshots/Cards/3.png

267 KB
Loading

Screenshots/Cards/4.png

283 KB
Loading

Screenshots/thumbnails/Cards/1.png

52.7 KB
Loading

Screenshots/thumbnails/Cards/2.png

30.8 KB
Loading

Screenshots/thumbnails/Cards/3.png

57 KB
Loading

Screenshots/thumbnails/Cards/4.png

68.5 KB
Loading

0 commit comments

Comments
 (0)