mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-03 05:20:11 +00:00
added more control options and some minor edits on layout.html...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5e55934a47
commit
0abaece2ca
12
layout.html
12
layout.html
@ -26,6 +26,14 @@
|
|||||||
box-shadow: 10px 10px 150px 0px black;
|
box-shadow: 10px 10px 150px 0px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page {
|
||||||
|
-webkit-transition: none;
|
||||||
|
-moz-transition: none;
|
||||||
|
-o-transition: all 0 ease;
|
||||||
|
-ms-transition: none;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="ext-lib/jquery.js"></script>
|
<script src="ext-lib/jquery.js"></script>
|
||||||
@ -118,6 +126,10 @@ $(document).ready(function(){
|
|||||||
35: lastPage, // End
|
35: lastPage, // End
|
||||||
37: prevPage, // Left
|
37: prevPage, // Left
|
||||||
39: nextPage, // Right
|
39: nextPage, // Right
|
||||||
|
32: {
|
||||||
|
'default': nextPage, // Space
|
||||||
|
'shift': prevPage // shift-Space
|
||||||
|
},
|
||||||
|
|
||||||
70: function(){ // F
|
70: function(){ // F
|
||||||
togglePageFitMode()
|
togglePageFitMode()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user