diff options
author | Hakim El Hattab | 2018-10-08 09:58:06 +0200 |
---|---|---|
committer | Hakim El Hattab | 2018-10-08 09:58:06 +0200 |
commit | 7b707696b40a98e717d91e24162869f6d9c22957 (patch) | |
tree | b12edee465697b1bb20884f5469cc670f5888805 /README.md | |
parent | 5890f602b32d4f7ec31d9f6c4b4e5e17b0866b96 (diff) |
automatically hide the mouse pointer after 5s of inactivity (#1837)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -326,6 +326,12 @@ Reveal.initialize({ // Enable slide navigation via mouse wheel mouseWheel: false, + // Hide cursor if inactive + hideInactiveCursor: true, + + // Time before the cursor is hidden (in ms) + hideCursorTime: 5000, + // Hides the address bar on mobile devices hideAddressBar: true, |