/reveal-js-plugins

Reveal.js Plugins we use for our lectures

Primary LanguageJavaScriptMIT LicenseMIT

Plugins

This is a collection of plugins for Reveal.js we use for Lectures at FAU in the Visual Computing Group.

Currently this collection includes:

  • FragmentEvents: Adds a more versatile Fragment Event hook, that helps you to restore a precices fragment state when a deck is reloaded or users move backward through the fragments on a slide. This is mostly a utility used by other plugins.

  • ModelViewer: Allows you to control 3D-Models in <model-viewer> Components using fragments on a slide. (Demo)

Building

If you want to build the Plugins you will need to have gulp and npm installed.

Just run npm i after you first cloned the repository to initialize the dependencies. Whenever you need to build a new version, you can use npm run build.