Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

webyarns/reveal.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webyarns specific Reveal

This is fork of https://revealjs.com/ (version 3.8.x)

documentation is work in progress

Navigation

Disable keyboard data-disable-keyboard

Setup: Use disableKeyboardSupport from webyarns-utils.js for the keyboardCondition Reveal configuration property

<script src="webyarns-util/lib/webyarns-utils.js"></script>

<script>
    Reveal.initialize({
        keyboardCondition: disableKeyboardSupport,
        dependencies: [  ],
    });
</script>

Then use data-disable-keyboard to disable keyboard navigation on a particular slide

<section data-disable-keyboard>
    
</section>

Demo webyarns-disable-keyboard.html

Packages

No packages published

Languages

  • JavaScript 52.8%
  • CSS 19.1%
  • HTML 16.5%
  • SCSS 7.5%
  • TypeScript 4.1%