diff --git a/index.html b/index.html index a3c964f..fa2c4c6 100755 --- a/index.html +++ b/index.html @@ -99,8 +99,6 @@ $(document).ready(function(){ // XXX do we need these here?? $('.button.cover').swipe({click: goToMagazineCover}) - $('.button.next-article').swipe({click: nextArticle}) - $('.button.prev-article').swipe({click: prevArticle}) $('.button.prev-bookmark').swipe({click: prevBookmark}) $('.button.toggle-bookmark').swipe({click: function(){toggleBookmark()}}) @@ -408,19 +406,28 @@ $(document).ready(function(){

Configuration demo

- Pages in ribbon: + Pages in ribbon: +
- Fit page to view: + Fit page to view: +
- Animate window resize: + Animate window resize: +
- Drag in full page view: + Drag in full page view: +
- Enable different size pages (still flaky): + Toggle viewer animation (affects transition to and from full page view): + +
+
+ Enable different size pages (still flaky): +

NOTE: this is not an actual configuration page, just a live demo @@ -432,6 +439,25 @@ $(document).ready(function(){