Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

FlorianWendelborn/impress.js-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

impress.js-utils

Some enhancements for impress.js.

##initialize impress.js-utils put utils.js in your presentation folder and append this to your HTML:

<script src="./utils.js" type="text/javascript"></script>
<script type="text/javascript">var utils = new ImpressUtilities();</script>

##keymap ###description This will enable keyboard interactivity. The following example will associate t with the slide #title, c with #criteria ... ###example utils.keymap({ 't':'title', 'c':'criteria', 's':'structure' });

##keymapMenu ###description This will enable a menu that displays keyboard commands when pressing a hotkey. When the menu is active it will be given the CSS class active. ###example [1] = Hotkey:

utils.enableKeymapMenu(document.getElementById('utils-menu'), 1);

About

Some enhancements for impress.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published