summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc98e7f..7cac95c 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Special syntax is available for adding attributes to Markdown elements. This is
</section>
```
-### Slide Attributes
+#### Slide Attributes
Special syntax is available for adding attributes to the slide `<section>` elements generated by your Markdown.
@@ -440,6 +440,8 @@ The default fragment style is to start out invisible and fade in. This style can
<p class="fragment shrink">shrink</p>
<p class="fragment roll-in">roll-in</p>
<p class="fragment fade-out">fade-out</p>
+ <p class="fragment current-visible">visible only once</p>
+ <p class="fragment highlight-current-blue">blue only once</p>
<p class="fragment highlight-red">highlight-red</p>
<p class="fragment highlight-green">highlight-green</p>
<p class="fragment highlight-blue">highlight-blue</p>