dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
167 stars 46 forks source link

programmatically trigger page #4

Closed webdpro closed 11 years ago

webdpro commented 11 years ago

Would it be possible to add in way to programatically change the page similar to how it happens in JQM

$.mobile.changePage('page.html","slide");

Thanks.

dgileadi commented 11 years ago

Fixed with the latest commit; the readme contains an example.