added some TODOs
This commit is contained in:
parent
f6b3824fc2
commit
3552e27dbc
1 changed files with 19 additions and 0 deletions
19
scripts.js
19
scripts.js
|
@ -1,3 +1,22 @@
|
||||||
|
/*
|
||||||
|
TODOs:
|
||||||
|
|
||||||
|
Fo sho:
|
||||||
|
- Show a progress bar when buffering
|
||||||
|
- use document.body.offsetWidth where present? (instead of window.innerWidth, the former excludes the width of scrollbars)
|
||||||
|
- scroll two pages at a time in double page mode
|
||||||
|
- manga mode
|
||||||
|
- page controls
|
||||||
|
- thumbnail browser
|
||||||
|
- chrome frame
|
||||||
|
|
||||||
|
Nice 2 have:
|
||||||
|
- remember position (use localStorage)
|
||||||
|
- maybe use local storage for the pages array too? might be easier to implement manga mode with that
|
||||||
|
- offline mode
|
||||||
|
- page turn animation
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
var book
|
var book
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue