Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phonegap slide transition effect on pages without any UI framework

Currently i am working in phonegap responsive mobile application.I am not using jquery mobile or any other UI framework.I want to slide left/right transition effect on pages.I am not getting proper solution for page slide transition. Someone help me with this as i don't know how to implement such effect?

like image 674
Navneeth Avatar asked Mar 24 '14 06:03

Navneeth


2 Answers

Finally i got slide transition plugin for cordova(phonegap) application. it works in both android and iphone. best for both single and multi page application without any UI framework. It supports slide, flip, Fade and Curl transitions.

http://plugins.telerik.com/cordova/plugin/native-page-transitions

like image 137
Navneeth Avatar answered Jan 18 '23 05:01

Navneeth


You can try to use some third party Javascript libraries such as Onsen UI. They have a very nice example of page sliding here.

like image 39
Tamura Avatar answered Jan 18 '23 03:01

Tamura