reveal.js-appearance

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

MIT License

Downloads
57
Stars
101
Committers
2
reveal.js-appearance - Appearance 1.3.4 Latest Release

Published by Martinomagnifico 3 months ago

Changed

  • Fixed a typo (was srcipt but should be script)
  • Fixed visible appearance items in print view (#13)
  • Dependency fixes

Added

  • Added cssautoload option to automatically load the CSS file. Can be switched off if you want to load the CSS file yourself with import when using bundlers like Webpack or Parcel.
  • Added baseline effect for use with words and letters, to make them appear from the baseline of the text.
reveal.js-appearance - Appearance 1.3.1

Published by Martinomagnifico 12 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
reveal.js-appearance - Appearance 1.3.0

Published by Martinomagnifico about 1 year 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
reveal.js-appearance - Appearance 1.2.1

Published by Martinomagnifico over 1 year ago

  • Fix for hidden items in print and speaker view
reveal.js-appearance - Appearance 1.2.0

Published by Martinomagnifico over 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
reveal.js-appearance - Appearance 1.1.2

Published by Martinomagnifico over 2 years 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
reveal.js-appearance - Appearance 1.1.1

Published by Martinomagnifico almost 3 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.
reveal.js-appearance - Appearance 1.1.0

Published by Martinomagnifico about 3 years ago

• Changed readme
• Added Github corner badge

reveal.js-appearance - Appearance 1.0.9

Published by Martinomagnifico over 3 years ago

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

reveal.js-appearance - Appearance 1.0.8

Published by Martinomagnifico over 3 years ago

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

reveal.js-appearance - Appearance 1.0.7

Published by Martinomagnifico over 4 years ago

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

reveal.js-appearance - Appearance 1.0.6

Published by Martinomagnifico over 4 years ago

Fix bug that hid Appearance items in PDF exports.

reveal.js-appearance - Appearance 1.0.5

Published by Martinomagnifico over 4 years ago

Compatibility with Reveal.js 4. The plugin can now be loaded via script tag and as a module.

reveal.js-appearance - Appearance 1.0.4

Published by Martinomagnifico over 4 years ago

The 1.0.4 release is compatible with Reveal.js 3. Reveal versions lower than 4 have no "slidetransitionend" event, so this release also has the Transit.js plugin included (see https://github.com/Martinomagnifico/reveal.js-transit for more information).