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

fragment appears in every page or not shown while printing pdf file #13

Closed libralibra closed 1 month ago

libralibra commented 2 months ago

The fragment with li class="fragment" will appear as steps on different pages without problem. If I add extra appearance class using li class="fragment animate__skidLeft", then the list item will appear on every page. For instance, if the original slide has 3 fragments, then those with animate__skidLeft will appear on all 3 pages in the generated PDF, while the expected behaviour is that they should appear one after another on the 3 pages.

But the fragment appears perfectly fine in slide mode. The problem only affect the print-pdf functionality.

Martinomagnifico commented 1 month ago

Hi Daniel, good find. I’ll look into it.

Martinomagnifico commented 1 month ago

This is fixed in the latest version (1.3.4).

libralibra commented 1 month ago

This is fixed in the latest version (1.3.4).

Just had a quick test and the bug was fixed! Great job!