Files
awesome-cordova-plugins/docs/plugins/native-page-transitions/README.md
T
2026-03-21 17:08:43 -07:00

29 lines
875 B
Markdown

---
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
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.
## 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)