├── .gitignore
├── README.md
├── adapters
├── NativePageTransitionsIonicAdapter.js
├── NativePageTransitionsIonicAdapter.min.js
├── NativePageTransitionsKendoAdapter.js
└── NativePageTransitionsKendoAdapter.min.js
├── demo
├── index.html
├── jqmdemo.html
├── kendouidemo.html
└── standalone.html
├── package.json
├── plugin.xml
├── src
├── android
│ ├── NativePageTransitions.java
│ └── lib
│ │ ├── AnimationFactory.java
│ │ └── FlipAnimation.java
├── ios
│ ├── AppDelegate+nativepagetransitions.h
│ ├── AppDelegate+nativepagetransitions.m
│ ├── NativePageTransitions.h
│ └── NativePageTransitions.m
└── winphone
│ └── NativePageTransitions.cs
└── www
└── NativePageTransitions.js
/.gitignore:
--------------------------------------------------------------------------------
1 | *.iml
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## Native Page Transitions Cordova / PhoneGap Plugin
2 | by [Telerik](http://www.telerik.com)
3 |
4 | > **WARNING**: This plugin is no longer maintained, and we now recommend using [NativeScript](https://www.nativescript.org/) as you get native transitions (and UI) out of the box.
5 |
6 | Using the Cordova CLI?
7 |
8 | ```
9 | cordova plugin add com.telerik.plugins.nativepagetransitions
10 | ```
11 |
12 | Using PGB?
13 |
14 | ```xml
15 |
Connecting to Device
21 |Device is Ready
Just some Kendo widgets..
133 |And another page
155 |Connecting to Device
22 |Device is Ready