Skip to content

Commit 544020b

Browse files
committed
use fragment name in example
1 parent c8b4605 commit 544020b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/reveal.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ <h2>Fragment Styles</h2>
302302
<p class="fragment shrink">shrink</p>
303303
<p class="fragment roll-in">roll-in</p>
304304
<p class="fragment fade-out">fade-out</p>
305-
<p class="fragment current-visible">visible only once</p>
306-
<p class="fragment highlight-current-blue">blue only once</p>
307305
<p class="fragment highlight-red">highlight-red</p>
308306
<p class="fragment highlight-green">highlight-green</p>
309307
<p class="fragment highlight-blue">highlight-blue</p>
308+
<p class="fragment current-visible">current-visible</p>
309+
<p class="fragment highlight-current-blue">highlight-current-blue</p>
310310
</section>
311311
</section>
312312

js/reveal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)