Reveal.js Appearance Versions Save

An animation plugin for Reveal.js that animates elements sequentially like in Powerpoint. Perfect for online portfolios or other presentations with images.

v1.3.1

6 months ago
  • Changed demo to align normal and MarkDown slides
  • Changed loadStyle function
  • Fixed invisible elements in auto-animate slides
  • Updated gulp file and dev dependencies
  • Added Terser

v1.3.0

6 months ago

Added

  • Added word and character appearances

Changed

  • The plugin is totally refactored and uses a promise.
  • Fix for fragments as Appearance items
  • Another fix for hidden items in speaker view

v1.2.1

9 months ago
  • Fix for hidden items in print and speaker view

v1.2.0

1 year ago

Added

  • Added local, specified, auto-appear
  • Added Markdown example
  • Added fix for Quarto list items

Changed

  • Reordered documentation
  • Fragments can now be Appearance items

v1.1.2

1 year ago

Added

  • Added auto-loading of styles.

Changed

  • Changed the internal delay mechanism to use CSS animation delay in combination to adding the trigger on the parent, not each animated element. This will improve the performance.
  • Breaking change: Moved to Animate.css version 4, but added a compatibility mode

v1.1.1

2 years ago
  • Added a new autoappear mode, for use in cases where adding animation classes is too much of a hassle, like inside Markdown.
  • Started keeping the changelog.

v1.1.0

2 years ago

• Changed readme • Added Github corner badge

v1.0.9

2 years ago

Fixed a bug where '=' was '=='.

v1.0.8

2 years ago

• Choose an event at which Appearance launches its animations • Appearance now shows the complete slides from the overview

v1.0.7

3 years ago

Clearing timeouts that are in past slides. This solves 'hanging' Appearance items if you slide back and forth.