aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples')
-rw-r--r--test/examples/slide-backgrounds.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html
index 1e2da16..4f0fe62 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>
@@ -92,7 +113,7 @@
transition: 'linear',
// transitionSpeed: 'slow',
- // backgroundTransition: 'linear'
+ // backgroundTransition: 'slide'
});
</script>