diff --git a/lib/ComicBook.js b/lib/ComicBook.js index fe51760..3d184c3 100644 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -7,11 +7,12 @@ - page controls - chrome frame / ExplorerCanvas - show loading graphic & then fade in new page if user is ahead of the last loaded page + - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com Nice 2 have: + - really need to speed up enhancements, try to use webworkers - remember position (use localStorage) - use localStorage to store the page Image() data? - - really need to speed up enhancements, try to use hardware acceleration if possible - thumbnail browser - page turn animation? (http://www.cynergysystems.com/blogs/page/rickbarraza?entry=the_secret_behind_the_page) */