-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pointed to docs @ Verified Plugin Marketplace
- Loading branch information
1 parent
e1db8b1
commit 67ffe89
Showing
1 changed file
with
7 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,13 @@ | ||
# Native Page Transitions Cordova / PhoneGap Plugin | ||
## Native Page Transitions Cordova / PhoneGap Plugin | ||
by [Telerik](http://www.telerik.com) | ||
|
||
## 0. Index | ||
|
||
1. [Description](#1-description) | ||
2. [Screenshots](#2-screenshots) | ||
3. [Installation](#3-installation) | ||
3. [Automatically (CLI / Plugman)](#automatically-cli--plugman) | ||
3. [Manually](#manually) | ||
4. [Usage](#4-usage) | ||
5. [License](#5-license) | ||
<table width="100%"> | ||
<tr> | ||
<td width="100"><a href="http://plugins.telerik.com/plugin/native-page-transitions"><img src="http://www.x-services.nl/github-images/telerik-verified-plugins-marketplace.png" width="97px" height="71px" alt="Marketplace logo"/></a></td> | ||
<td>For a quick demo app and easy code samples, check out the plugin page at the Verified Plugins Marketplace: http://plugins.telerik.com/plugin/native-page-transitions</td> | ||
</tr> | ||
</table> | ||
|
||
## 1. Description | ||
|
||
Slide out the current page to reveal the next one. By a native transitions. | ||
|
||
* Compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman). | ||
* For iOS and Android. | ||
|
||
### Currently supported native page transitions | ||
|
||
* slide left ("next page") | ||
* slide right ("previous page") | ||
* slide up | ||
* slide down | ||
* flip left | ||
* flip right | ||
* flip up (iOS only) | ||
* flip down (iOS only) | ||
|
||
## 2. Screenshots | ||
|
||
iOS | ||
|
||
<!--img src="screenshots/ios/slide-full.png" width="235"/> | ||
<img src="screenshots/ios/slide-partial.png" width="235"/--> | ||
|
||
Android | ||
|
||
<!--img src="screenshots/android/slide-full.png" width="235"/> | ||
<img src="screenshots/android/slide-partial.png" width="235"/--> | ||
|
||
## 3. Installation | ||
|
||
TODO | ||
|
||
### Manually | ||
|
||
TODO | ||
|
||
|
||
## 4. Usage | ||
|
||
TODO | ||
|
||
## 5. License | ||
|
||
[The MIT License (MIT)](http://www.opensource.org/licenses/mit-license.html) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |