简体   繁体   中英

Slide transition scripts using jQuery or jQTouch

Is there step by step tutorial or drag/drop the scripts using jQuery or jqTouch for transition slide animation?

I've tried this and it is still not enough. https://github.com/senchalabs/jQTouch/wiki/Getting-Started

I'm hoping to use a strightforward template or copy/paste the scripts for transition slide ?

It is for iphone app.

all you have to do is inside the a tag state data-transition="slide"

ie

<a href="photo.html" data-role="button" data-transition="slide" data-theme="a"> Photo gallery </a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM