1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-24 15:23:26 +02:00

Added a new plugin and changed some text of the Appearance.js plugin

Martino
2019-04-02 12:02:39 +02:00
parent 59a4cb70b3
commit 097b29818e

@@ -167,7 +167,9 @@ This plugin sets your vertical 0 index as your main deck. Whenever you change yo
[Simple menu](https://github.com/martinomagnifico/reveal.js-simplemenu): A simple plugin for a menubar. It checks if a slide is in a 'chapter' and sets the active state in that menu. ([Demo](https://martinomagnifico.github.io/reveal.js-simplemenu/demo.html))
[Appearance](https://github.com/martinomagnifico/reveal.js-appearance): A plugin that animates elements sequentially like in Powerpoint, using Animate.css. It holds off the animation until the slide is done transitioning. ([Demo](https://martinomagnifico.github.io/reveal.js-appearance/demo.html))
[Transit](https://github.com/martinomagnifico/reveal.js-transit): A plugin that checks if slides and fragments are done transitioning. Handy for effects, images, and graphs. See the [demo](https://martinomagnifico.github.io/reveal.js-appearance/demo.html) of the Appearance.js plugin that also uses Transit.js.
[Appearance](https://github.com/martinomagnifico/reveal.js-appearance): A plugin that animates elements sequentially like in Powerpoint, using Animate.css. It uses the Transit.js plugin to hold off the animation until the slide is done transitioning. ([Demo](https://martinomagnifico.github.io/reveal.js-appearance/demo.html))