An animation plugin for Reveal.js that animates elements sequentially like in Powerpoint. Perfect for online portfolios or other presentations with images.
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.
The fragment with
li class="fragment"
will appear as steps on different pages without problem. If I add extra appearance class usingli class="fragment animate__skidLeft"
, then the list item will appear on every page. For instance, if the original slide has 3 fragments, then those withanimate__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.