-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSX launcher now uses CSS 3D rendering by default, setWantsLayer for …
…UIViews (including WebView) needs further experimentation (my library of FXL test EPUBs renders best overall with CSS3D...with the caveat that video/audio do not always interact, text not selectable, etc.) TODO continued...
- Loading branch information
1 parent
d3f78e4
commit 71fb04c
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule readium-shared-js
updated
4 files
+4 −2 | js/views/fixed_view.js | |
+2 −2 | js/views/one_page_view.js | |
+1 −1 | js/views/reflowable_view.js | |
+3 −2 | js/views/scroll_view.js |