Skip to content

Commit de3bf31

Browse files
committed
Add screenshots for NatGeo transition, update docs.
1 parent 010da80 commit de3bf31

File tree

9 files changed

+12
-0
lines changed

9 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ The library currently contains the following animations, which can be made inter
2020
<tr>
2121
<th>Turn</th>
2222
<th>Cards</th>
23+
<th>NatGeo</th>
2324
</tr>
2425
<tr>
2526
<td><img src="Screenshots/thumbnails/Turn/1a.png"/></td>
2627
<td><img src="Screenshots/thumbnails/Cards/2.png"/></td>
28+
<td><img src="Screenshots/thumbnails/NatGeo/2.png"/></td>
2729
</tr>
2830
</table>
2931

@@ -276,6 +278,16 @@ Animates between the two view controllers using a page-flip transition.
276278
![](Screenshots/thumbnails/Flip/3.png)
277279
![](Screenshots/thumbnails/Flip/4.png)
278280
281+
### NatGeo animation - CENatGeoAnimationController
282+
283+
Animates between the two view controllers using transition inspired by [City Guides by National Geographic](https://itunes.apple.com/us/app/city-guides-by-national-geographic/id592453480?mt=8).
284+
It's an adoptation of [MHNatGeoViewControllerTransition](https://github.com/michaelhenry/MHNatGeoViewControllerTransition/) to iOS7 APIs.
285+
286+
![](Screenshots/thumbnails/NatGeo/1.png)
287+
![](Screenshots/thumbnails/NatGeo/2.png)
288+
![](Screenshots/thumbnails/NatGeo/3.png)
289+
![](Screenshots/thumbnails/NatGeo/4.png)
290+
279291
### Turn animation - CETurnAnimationController
280292
281293
Animates between the two view controllers by performing a 3D flip, to reveal the destination view on the back.The turn animation has a `flipDirection` property that specifies the turn orientation.

Screenshots/NatGeo/1.png

236 KB
Loading

Screenshots/NatGeo/2.png

273 KB
Loading

Screenshots/NatGeo/3.png

271 KB
Loading

Screenshots/NatGeo/4.png

233 KB
Loading

Screenshots/thumbnails/NatGeo/1.png

63.6 KB
Loading

Screenshots/thumbnails/NatGeo/2.png

66.4 KB
Loading

Screenshots/thumbnails/NatGeo/3.png

62.4 KB
Loading

Screenshots/thumbnails/NatGeo/4.png

55.9 KB
Loading

0 commit comments

Comments
 (0)