mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
reader mode supports scroll snapping, sticky pages with scroll triggers are always full height
This commit is contained in:
parent
f0950ba9ae
commit
e49e89a557
9 changed files with 72 additions and 48 deletions
|
|
@ -2744,7 +2744,7 @@ export default function( revealElement, options ) {
|
|||
isFocused: focus.isFocused.bind( focus ),
|
||||
|
||||
isReaderMode: reader.isActive.bind( reader ),
|
||||
isPrintMode: print.isActive.bind( print ),
|
||||
isPrinting: print.isActive.bind( print ),
|
||||
|
||||
// Checks if reveal.js has been loaded and is ready for use
|
||||
isReady: () => ready,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue