aboutsummaryrefslogtreecommitdiff
path: root/test/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-30 12:22:00 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-30 12:22:00 -0400
commit89cc3f3a29c1b18ac716dde86dac8c81090ddf61 (patch)
treeebf49116efbc88d8d219d29c0ecb8fd6bf572c4d /test/examples
parent080ae79b540c5cb9c16e1613322fec1f9c730b34 (diff)
downloadfosdem-2018-presentation-89cc3f3a29c1b18ac716dde86dac8c81090ddf61.tar
fosdem-2018-presentation-89cc3f3a29c1b18ac716dde86dac8c81090ddf61.tar.gz
don't transition between identical backgrounds
Diffstat (limited to 'test/examples')
-rw-r--r--test/examples/slide-backgrounds.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html
index 1e2da16..f5d601c 100644
--- a/test/examples/slide-backgrounds.html
+++ b/test/examples/slide-backgrounds.html
@@ -75,6 +75,27 @@
<h2>Same background twice (2/2)</h2>
</section>
+ <section>
+ <section data-background="#417203">
+ <h2>Same background twice vertical (1/2)</h2>
+ </section>
+ <section data-background="#417203">
+ <h2>Same background twice vertical (2/2)</h2>
+ </section>
+ </section>
+
+ <section data-background="#934f4d">
+ <h2>Same background from horizontal to vertical (1/3)</h2>
+ </section>
+ <section>
+ <section data-background="#934f4d">
+ <h2>Same background from horizontal to vertical (2/3)</h2>
+ </section>
+ <section data-background="#934f4d">
+ <h2>Same background from horizontal to vertical (3/3)</h2>
+ </section>
+ </section>
+
</div>
</div>