From 0abaece2ca0e6595b736c7b6241b860c6758c794 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 11 Feb 2013 17:42:08 +0400 Subject: [PATCH] added more control options and some minor edits on layout.html... Signed-off-by: Alex A. Naanou --- layout.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/layout.html b/layout.html index 22b578a..bf0238e 100755 --- a/layout.html +++ b/layout.html @@ -26,6 +26,14 @@ box-shadow: 10px 10px 150px 0px black; } +.page { + -webkit-transition: none; + -moz-transition: none; + -o-transition: all 0 ease; + -ms-transition: none; + transition: none; +} + @@ -118,6 +126,10 @@ $(document).ready(function(){ 35: lastPage, // End 37: prevPage, // Left 39: nextPage, // Right + 32: { + 'default': nextPage, // Space + 'shift': prevPage // shift-Space + }, 70: function(){ // F togglePageFitMode()