Martinomagnifico / 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.
https://martinomagnifico.github.io/reveal.js-appearance/demo/demo.html
MIT License
99 stars 12 forks source link

Fails when reveal.js 'fade' transition mode is enabled #3

Closed kingofpayne closed 4 years ago

kingofpayne commented 4 years ago

The plugin fails to show and animate the elements when the reveal.js transition mode is set to 'fade' during initialization. Other transition modes are ok.

kingofpayne commented 4 years ago

The issue seems to come from transit.js which does not detect slide transition propertly when transition mode is 'fade'. See https://github.com/Martinomagnifico/reveal.js-transit/pull/1 which seems to fix the issue.

Martinomagnifico commented 4 years ago

Merged it, thanks!