You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sectionclass="center"><small>In Powerpoint you can make slides with items that appear automatically with effects. This plugin for Reveal.js tries to achieve the same result. It's easy to set up. It uses Animate.css by Daniel Eden for the animations, with some changes in a separate CSS file to allow for a non-animated state. </small><br><br><small>We do not want the animations to start during the slide transition, so we wait for the slide transition to end. Reveal versions lower than 4 have no "slidetransitionend" event, so we need the Transit.js plugin that handles that.</small>
27
-
<p>Let's check out what appearance.js does:</p>
26
+
<sectionclass="center"><small>In Powerpoint you can make slides with items that appear automatically with effects. Appearance is a plugin for Reveal.js that does the same. </small><br><br><small>Appearance is easy to set up. It uses Animate.css by Daniel Eden for the animations, with some changes in a separate CSS file to allow for a non-animated state. </small>
<pclass="animated fadeInUp">You can use any of the following events:</p>
80
80
</div>
@@ -83,9 +83,7 @@ <h3>Set the event for Appearance</h3>
83
83
<liclass="animated bounceInLeft"><em>slidechanged</em> (with the transition)</li>
84
84
<liclass="animated bounceInLeft"><em>auto</em> (with transition, on autoanimate slides)</li>
85
85
</ul>
86
-
<div>
87
-
<pclass="animated fadeInUp">This can also be set per-slide with data-attributes</p><smallclass="animated fadeInUp">Reveal forces opacity changes on unmatched autoanimate items, while Appearance does the same. To avoid getting animation stutter, make sure that your Appearance items are nested in a parent that does not use an animation class.</small>
88
-
</div>
86
+
<div><br><smallclass="animated fadeInUp">This can also be set per-slide with data-attributes.</small></div>
0 commit comments