aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGuillaume Turri <guillaume.turri@gmail.com>2013-11-16 10:45:02 +0100
committerGuillaume Turri <guillaume.turri@gmail.com>2013-11-26 07:47:03 +0100
commitb46fd8dd70c1d8baeb23ed5da4e18505c5026d7b (patch)
tree5b901bc28929f4f24632236aa176f49c12ff174e /index.html
parentadbf36ad47d06107e7b805df7a045de0d16eeb3e (diff)
downloadfreenode-live-2017-presentation-b46fd8dd70c1d8baeb23ed5da4e18505c5026d7b.tar
freenode-live-2017-presentation-b46fd8dd70c1d8baeb23ed5da4e18505c5026d7b.tar.gz
Added some styles using the current-fragment class
according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index d79441e..973f2ac 100644
--- a/index.html
+++ b/index.html
@@ -302,6 +302,8 @@ function linkify( selector ) {
<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>