mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Native Page Transitions plugin for Cordova and Ionic. The Native Page Transitions plugin uses native hardware acceleration to animate your transitions between…
|
||||
---
|
||||
|
||||
# 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
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add com.telerik.plugins.nativepagetransitions
|
||||
npm install @awesome-cordova-plugins/native-page-transitions
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Telerik-Verified-Plugins/NativePageTransitions](https://github.com/Telerik-Verified-Plugins/NativePageTransitions)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user