mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
20 lines
687 B
Markdown
20 lines
687 B
Markdown
# Native Page Transitions
|
|
|
|
```
|
|
$ ionic cordova plugin add com.telerik.plugins.nativepagetransitions
|
|
$ npm install @awesome-cordova-plugins/native-page-transitions
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/native-page-transitions/)
|
|
|
|
Plugin Repo: [https://github.com/Telerik-Verified-Plugins/NativePageTransitions](https://github.com/Telerik-Verified-Plugins/NativePageTransitions)
|
|
|
|
The Native Page Transitions plugin uses native hardware acceleration to animate your transitions between views. You have complete control over the type of transition, the duration, and direction.
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- iOS
|
|
- Windows Phone 8
|
|
|