aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples
diff options
context:
space:
mode:
authorMarvin Borner2019-04-01 20:16:24 +0200
committerMarvin Borner2019-04-01 20:16:24 +0200
commit83b56d1270cdb179b64a1be51f8c1e7fe586c35e (patch)
treeae40a84def05eb42c53305e0caa8c2a2440fce71 /test/examples
parent0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (diff)
Added content
Diffstat (limited to 'test/examples')
-rw-r--r--test/examples/barebones.html47
-rw-r--r--test/examples/embedded-media.html60
-rw-r--r--test/examples/math.html349
-rw-r--r--test/examples/slide-backgrounds.html285
-rw-r--r--test/examples/slide-transitions.html195
5 files changed, 478 insertions, 458 deletions
diff --git a/test/examples/barebones.html b/test/examples/barebones.html
index 2bee3cb..3791cae 100644
--- a/test/examples/barebones.html
+++ b/test/examples/barebones.html
@@ -1,41 +1,42 @@
<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8">
+<head>
+ <meta charset="utf-8">
- <title>reveal.js - Barebones</title>
+ <title>reveal.js - Barebones</title>
- <link rel="stylesheet" href="../../css/reveal.css">
- </head>
+ <link href="../../css/reveal.css" rel="stylesheet">
+</head>
- <body>
+<body>
- <div class="reveal">
+<div class="reveal">
- <div class="slides">
+ <div class="slides">
- <section>
- <h2>Barebones Presentation</h2>
- <p>This example contains the bare minimum includes and markup required to run a reveal.js presentation.</p>
- </section>
+ <section>
+ <h2>Barebones Presentation</h2>
+ <p>This example contains the bare minimum includes and markup required to run a
+ reveal.js presentation.</p>
+ </section>
- <section>
- <h2>No Theme</h2>
- <p>There's no theme included, so it will fall back on browser defaults.</p>
- </section>
+ <section>
+ <h2>No Theme</h2>
+ <p>There's no theme included, so it will fall back on browser defaults.</p>
+ </section>
- </div>
+ </div>
- </div>
+</div>
- <script src="../../js/reveal.js"></script>
+<script src="../../js/reveal.js"></script>
- <script>
+<script>
- Reveal.initialize();
+ Reveal.initialize();
- </script>
+</script>
- </body>
+</body>
</html>
diff --git a/test/examples/embedded-media.html b/test/examples/embedded-media.html
index bbad4be..e260a83 100644
--- a/test/examples/embedded-media.html
+++ b/test/examples/embedded-media.html
@@ -1,49 +1,51 @@
<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8">
+<head>
+ <meta charset="utf-8">
- <title>reveal.js - Embedded Media</title>
+ <title>reveal.js - Embedded Media</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
+ name="viewport">
- <link rel="stylesheet" href="../../css/reveal.css">
- <link rel="stylesheet" href="../../css/theme/default.css" id="theme">
- </head>
+ <link href="../../css/reveal.css" rel="stylesheet">
+ <link href="../../css/theme/default.css" id="theme" rel="stylesheet">
+</head>
- <body>
+<body>
- <div class="reveal">
+<div class="reveal">
- <div class="slides">
+ <div class="slides">
- <section>
- <h2>Embedded Media Test</h2>
- </section>
+ <section>
+ <h2>Embedded Media Test</h2>
+ </section>
- <section>
- <iframe data-autoplay width="420" height="345" src="http://www.youtube.com/embed/l3RQZ4mcr1c"></iframe>
- </section>
+ <section>
+ <iframe data-autoplay height="345" src="http://www.youtube.com/embed/l3RQZ4mcr1c"
+ width="420"></iframe>
+ </section>
- <section>
- <h2>Empty Slide</h2>
- </section>
+ <section>
+ <h2>Empty Slide</h2>
+ </section>
- </div>
+ </div>
- </div>
+</div>
- <script src="../../lib/js/head.min.js"></script>
- <script src="../../js/reveal.js"></script>
+<script src="../../lib/js/head.min.js"></script>
+<script src="../../js/reveal.js"></script>
- <script>
+<script>
- Reveal.initialize({
- transition: 'linear'
- });
+ Reveal.initialize({
+ transition: 'linear'
+ });
- </script>
+</script>
- </body>
+</body>
</html>
diff --git a/test/examples/math.html b/test/examples/math.html
index d35e827..741cea4 100644
--- a/test/examples/math.html
+++ b/test/examples/math.html
@@ -1,185 +1,196 @@
<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8">
+<head>
+ <meta charset="utf-8">
- <title>reveal.js - Math Plugin</title>
+ <title>reveal.js - Math Plugin</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
+ name="viewport">
- <link rel="stylesheet" href="../../css/reveal.css">
- <link rel="stylesheet" href="../../css/theme/night.css" id="theme">
- </head>
+ <link href="../../css/reveal.css" rel="stylesheet">
+ <link href="../../css/theme/night.css" id="theme" rel="stylesheet">
+</head>
- <body>
+<body>
- <div class="reveal">
+<div class="reveal">
- <div class="slides">
+ <div class="slides">
- <section>
- <h2>reveal.js Math Plugin</h2>
- <p>A thin wrapper for MathJax</p>
- </section>
+ <section>
+ <h2>reveal.js Math Plugin</h2>
+ <p>A thin wrapper for MathJax</p>
+ </section>
- <section>
- <h3>The Lorenz Equations</h3>
+ <section>
+ <h3>The Lorenz Equations</h3>
- \[\begin{aligned}
- \dot{x} &amp; = \sigma(y-x) \\
- \dot{y} &amp; = \rho x - y - xz \\
- \dot{z} &amp; = -\beta z + xy
- \end{aligned} \]
- </section>
+ \[\begin{aligned}
+ \dot{x} &amp; = \sigma(y-x) \\
+ \dot{y} &amp; = \rho x - y - xz \\
+ \dot{z} &amp; = -\beta z + xy
+ \end{aligned} \]
+ </section>
- <section>
- <h3>The Cauchy-Schwarz Inequality</h3>
+ <section>
+ <h3>The Cauchy-Schwarz Inequality</h3>
- <script type="math/tex; mode=display">
+ <script type="math/tex; mode=display">
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
- </script>
- </section>
-
- <section>
- <h3>A Cross Product Formula</h3>
-
- \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
- \mathbf{i} &amp; \mathbf{j} &amp; \mathbf{k} \\
- \frac{\partial X}{\partial u} &amp; \frac{\partial Y}{\partial u} &amp; 0 \\
- \frac{\partial X}{\partial v} &amp; \frac{\partial Y}{\partial v} &amp; 0
- \end{vmatrix} \]
- </section>
-
- <section>
- <h3>The probability of getting \(k\) heads when flipping \(n\) coins is</h3>
-
- \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \]
- </section>
-
- <section>
- <h3>An Identity of Ramanujan</h3>
-
- \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
- 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
- {1+\frac{e^{-8\pi}} {1+\ldots} } } } \]
- </section>
-
- <section>
- <h3>A Rogers-Ramanujan Identity</h3>
-
- \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots =
- \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\]
- </section>
-
- <section>
- <h3>Maxwell&#8217;s Equations</h3>
-
- \[ \begin{aligned}
- \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} &amp; = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} &amp; = 4 \pi \rho \\
- \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} &amp; = \vec{\mathbf{0}} \\
- \nabla \cdot \vec{\mathbf{B}} &amp; = 0 \end{aligned}
- \]
- </section>
-
- <section>
- <section>
- <h3>The Lorenz Equations</h3>
-
- <div class="fragment">
- \[\begin{aligned}
- \dot{x} &amp; = \sigma(y-x) \\
- \dot{y} &amp; = \rho x - y - xz \\
- \dot{z} &amp; = -\beta z + xy
- \end{aligned} \]
- </div>
- </section>
-
- <section>
- <h3>The Cauchy-Schwarz Inequality</h3>
-
- <div class="fragment">
- \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \]
- </div>
- </section>
-
- <section>
- <h3>A Cross Product Formula</h3>
-
- <div class="fragment">
- \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
- \mathbf{i} &amp; \mathbf{j} &amp; \mathbf{k} \\
- \frac{\partial X}{\partial u} &amp; \frac{\partial Y}{\partial u} &amp; 0 \\
- \frac{\partial X}{\partial v} &amp; \frac{\partial Y}{\partial v} &amp; 0
- \end{vmatrix} \]
- </div>
- </section>
-
- <section>
- <h3>The probability of getting \(k\) heads when flipping \(n\) coins is</h3>
-
- <div class="fragment">
- \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \]
- </div>
- </section>
-
- <section>
- <h3>An Identity of Ramanujan</h3>
-
- <div class="fragment">
- \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
- 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
- {1+\frac{e^{-8\pi}} {1+\ldots} } } } \]
- </div>
- </section>
-
- <section>
- <h3>A Rogers-Ramanujan Identity</h3>
-
- <div class="fragment">
- \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots =
- \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\]
- </div>
- </section>
-
- <section>
- <h3>Maxwell&#8217;s Equations</h3>
-
- <div class="fragment">
- \[ \begin{aligned}
- \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} &amp; = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} &amp; = 4 \pi \rho \\
- \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} &amp; = \vec{\mathbf{0}} \\
- \nabla \cdot \vec{\mathbf{B}} &amp; = 0 \end{aligned}
- \]
- </div>
- </section>
- </section>
-
- </div>
-
- </div>
-
- <script src="../../lib/js/head.min.js"></script>
- <script src="../../js/reveal.js"></script>
-
- <script>
-
- Reveal.initialize({
- history: true,
- transition: 'linear',
-
- math: {
- // mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
- config: 'TeX-AMS_HTML-full'
- },
-
- dependencies: [
- { src: '../../lib/js/classList.js' },
- { src: '../../plugin/math/math.js', async: true }
- ]
- });
-
- </script>
-
- </body>
+
+
+ </script>
+ </section>
+
+ <section>
+ <h3>A Cross Product Formula</h3>
+
+ \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
+ \mathbf{i} &amp; \mathbf{j} &amp; \mathbf{k} \\
+ \frac{\partial X}{\partial u} &amp; \frac{\partial Y}{\partial u} &amp; 0 \\
+ \frac{\partial X}{\partial v} &amp; \frac{\partial Y}{\partial v} &amp; 0
+ \end{vmatrix} \]
+ </section>
+
+ <section>
+ <h3>The probability of getting \(k\) heads when flipping \(n\) coins is</h3>
+
+ \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \]
+ </section>
+
+ <section>
+ <h3>An Identity of Ramanujan</h3>
+
+ \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
+ 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
+ {1+\frac{e^{-8\pi}} {1+\ldots} } } } \]
+ </section>
+
+ <section>
+ <h3>A Rogers-Ramanujan Identity</h3>
+
+ \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots =
+ \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\]
+ </section>
+
+ <section>
+ <h3>Maxwell&#8217;s Equations</h3>
+
+ \[ \begin{aligned}
+ \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t}
+ &amp; = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} &amp; = 4 \pi
+ \rho \\
+ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial
+ t} &amp; = \vec{\mathbf{0}} \\
+ \nabla \cdot \vec{\mathbf{B}} &amp; = 0 \end{aligned}
+ \]
+ </section>
+
+ <section>
+ <section>
+ <h3>The Lorenz Equations</h3>
+
+ <div class="fragment">
+ \[\begin{aligned}
+ \dot{x} &amp; = \sigma(y-x) \\
+ \dot{y} &amp; = \rho x - y - xz \\
+ \dot{z} &amp; = -\beta z + xy
+ \end{aligned} \]
+ </div>
+ </section>
+
+ <section>
+ <h3>The Cauchy-Schwarz Inequality</h3>
+
+ <div class="fragment">
+ \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right)
+ \left( \sum_{k=1}^n b_k^2 \right) \]
+ </div>
+ </section>
+
+ <section>
+ <h3>A Cross Product Formula</h3>
+
+ <div class="fragment">
+ \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
+ \mathbf{i} &amp; \mathbf{j} &amp; \mathbf{k} \\
+ \frac{\partial X}{\partial u} &amp; \frac{\partial Y}{\partial u} &amp; 0 \\
+ \frac{\partial X}{\partial v} &amp; \frac{\partial Y}{\partial v} &amp; 0
+ \end{vmatrix} \]
+ </div>
+ </section>
+
+ <section>
+ <h3>The probability of getting \(k\) heads when flipping \(n\) coins is</h3>
+
+ <div class="fragment">
+ \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \]
+ </div>
+ </section>
+
+ <section>
+ <h3>An Identity of Ramanujan</h3>
+
+ <div class="fragment">
+ \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
+ 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
+ {1+\frac{e^{-8\pi}} {1+\ldots} } } } \]
+ </div>
+ </section>
+
+ <section>
+ <h3>A Rogers-Ramanujan Identity</h3>
+
+ <div class="fragment">
+ \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots =
+ \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\]
+ </div>
+ </section>
+
+ <section>
+ <h3>Maxwell&#8217;s Equations</h3>
+
+ <div class="fragment">
+ \[ \begin{aligned}
+ \nabla \times \vec{\mathbf{B}} -\, \frac1c\,
+ \frac{\partial\vec{\mathbf{E}}}{\partial t} &amp; =
+ \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} &amp; = 4 \pi
+ \rho \\
+ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\,
+ \frac{\partial\vec{\mathbf{B}}}{\partial t} &amp; = \vec{\mathbf{0}} \\
+ \nabla \cdot \vec{\mathbf{B}} &amp; = 0 \end{aligned}
+ \]
+ </div>
+ </section>
+ </section>
+
+ </div>
+
+</div>
+
+<script src="../../lib/js/head.min.js"></script>
+<script src="../../js/reveal.js"></script>
+
+<script>
+
+ Reveal.initialize({
+ history: true,
+ transition: 'linear',
+
+ math: {
+ // mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
+ config: 'TeX-AMS_HTML-full'
+ },
+
+ dependencies: [
+ {src: '../../lib/js/classList.js'},
+ {src: '../../plugin/math/math.js', async: true}
+ ]
+ });
+
+</script>
+
+</body>
</html>
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html
index 316c92a..6a55288 100644
--- a/test/examples/slide-backgrounds.html
+++ b/test/examples/slide-backgrounds.html
@@ -1,144 +1,149 @@
<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8">
-
- <title>reveal.js - Slide Backgrounds</title>
-
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
-
- <link rel="stylesheet" href="../../css/reveal.css">
- <link rel="stylesheet" href="../../css/theme/serif.css" id="theme">
- <style type="text/css" media="screen">
- .slides section.has-dark-background,
- .slides section.has-dark-background h2 {
- color: #fff;
- }
- .slides section.has-light-background,
- .slides section.has-light-background h2 {
- color: #222;
- }
- </style>
- </head>
-
- <body>
-
- <div class="reveal">
-
- <div class="slides">
-
- <section data-background="#00ffff">
- <h2>data-background: #00ffff</h2>
- </section>
-
- <section data-background="#bb00bb">
- <h2>data-background: #bb00bb</h2>
- </section>
-
- <section data-background-color="lightblue">
- <h2>data-background: lightblue</h2>
- </section>
-
- <section>
- <section data-background="#ff0000">
- <h2>data-background: #ff0000</h2>
- </section>
- <section data-background="rgba(0, 0, 0, 0.2)">
- <h2>data-background: rgba(0, 0, 0, 0.2)</h2>
- </section>
- <section data-background="salmon">
- <h2>data-background: salmon</h2>
- </section>
- </section>
-
- <section data-background="rgba(0, 100, 100, 0.2)">
- <section>
- <h2>Background applied to stack</h2>
- </section>
- <section>
- <h2>Background applied to stack</h2>
- </section>
- <section data-background="rgb(66, 66, 66)">
- <h2>Background applied to slide inside of stack</h2>
- </section>
- </section>
-
- <section data-background-transition="slide" data-background="assets/image1.png">
- <h2>Background image</h2>
- </section>
-
- <section>
- <section data-background-transition="slide" data-background="assets/image1.png">
- <h2>Background image</h2>
- </section>
- <section data-background-transition="slide" data-background="assets/image1.png">
- <h2>Background image</h2>
- </section>
- </section>
-
- <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111">
- <h2>Background image</h2>
- <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
- </section>
-
- <section data-background="#888888">
- <h2>Same background twice (1/2)</h2>
- </section>
- <section data-background="#888888">
- <h2>Same background twice (2/2)</h2>
- </section>
-
- <section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm">
- <h2>Video background</h2>
- </section>
-
- <section data-background-iframe="https://slides.com/news/make-better-presentations/embed?style=hidden&autoSlide=4000">
- <h2>Iframe background</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>
-
- <script src="../../lib/js/head.min.js"></script>
- <script src="../../js/reveal.js"></script>
-
- <script>
-
- // Full list of configuration options available here:
- // https://github.com/hakimel/reveal.js#configuration
- Reveal.initialize({
- center: true,
- // rtl: true,
-
- transition: 'linear',
- // transitionSpeed: 'slow',
- // backgroundTransition: 'slide'
- });
-
- </script>
-
- </body>
+<head>
+ <meta charset="utf-8">
+
+ <title>reveal.js - Slide Backgrounds</title>
+
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
+ name="viewport">
+
+ <link href="../../css/reveal.css" rel="stylesheet">
+ <link href="../../css/theme/serif.css" id="theme" rel="stylesheet">
+ <style media="screen" type="text/css">
+ .slides section.has-dark-background,
+ .slides section.has-dark-background h2 {
+ color: #fff;
+ }
+
+ .slides section.has-light-background,
+ .slides section.has-light-background h2 {
+ color: #222;
+ }
+ </style>
+</head>
+
+<body>
+
+<div class="reveal">
+
+ <div class="slides">
+
+ <section data-background="#00ffff">
+ <h2>data-background: #00ffff</h2>
+ </section>
+
+ <section data-background="#bb00bb">
+ <h2>data-background: #bb00bb</h2>
+ </section>
+
+ <section data-background-color="lightblue">
+ <h2>data-background: lightblue</h2>
+ </section>
+
+ <section>
+ <section data-background="#ff0000">
+ <h2>data-background: #ff0000</h2>
+ </section>
+ <section data-background="rgba(0, 0, 0, 0.2)">
+ <h2>data-background: rgba(0, 0, 0, 0.2)</h2>
+ </section>
+ <section data-background="salmon">
+ <h2>data-background: salmon</h2>
+ </section>
+ </section>
+
+ <section data-background="rgba(0, 100, 100, 0.2)">
+ <section>
+ <h2>Background applied to stack</h2>
+ </section>
+ <section>
+ <h2>Background applied to stack</h2>
+ </section>
+ <section data-background="rgb(66, 66, 66)">
+ <h2>Background applied to slide inside of stack</h2>
+ </section>
+ </section>
+
+ <section data-background="assets/image1.png" data-background-transition="slide">
+ <h2>Background image</h2>
+ </section>
+
+ <section>
+ <section data-background="assets/image1.png" data-background-transition="slide">
+ <h2>Background image</h2>
+ </section>
+ <section data-background="assets/image1.png" data-background-transition="slide">
+ <h2>Background image</h2>
+ </section>
+ </section>
+
+ <section data-background="assets/image2.png" data-background-color="#111"
+ data-background-repeat="repeat" data-background-size="100px">
+ <h2>Background image</h2>
+ <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
+ </section>
+
+ <section data-background="#888888">
+ <h2>Same background twice (1/2)</h2>
+ </section>
+ <section data-background="#888888">
+ <h2>Same background twice (2/2)</h2>
+ </section>
+
+ <section
+ data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm">
+ <h2>Video background</h2>
+ </section>
+
+ <section
+ data-background-iframe="https://slides.com/news/make-better-presentations/embed?style=hidden&autoSlide=4000">
+ <h2>Iframe background</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>
+
+<script src="../../lib/js/head.min.js"></script>
+<script src="../../js/reveal.js"></script>
+
+<script>
+
+ // Full list of configuration options available here:
+ // https://github.com/hakimel/reveal.js#configuration
+ Reveal.initialize({
+ center: true,
+ // rtl: true,
+
+ transition: 'linear',
+ // transitionSpeed: 'slow',
+ // backgroundTransition: 'slide'
+ });
+
+</script>
+
+</body>
</html>
diff --git a/test/examples/slide-transitions.html b/test/examples/slide-transitions.html
index 88119dc..74a1964 100644
--- a/test/examples/slide-transitions.html
+++ b/test/examples/slide-transitions.html
@@ -1,101 +1,102 @@
<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8">
-
- <title>reveal.js - Slide Transitions</title>
-
- <link rel="stylesheet" href="../../css/reveal.css">
- <link rel="stylesheet" href="../../css/theme/white.css" id="theme">
- <style type="text/css" media="screen">
- .slides section.has-dark-background,
- .slides section.has-dark-background h3 {
- color: #fff;
- }
- .slides section.has-light-background,
- .slides section.has-light-background h3 {
- color: #222;
- }
- </style>
- </head>
-
- <body>
-
- <div class="reveal">
-
- <div class="slides">
-
- <section>
- <h3>Default</h3>
- </section>
-
- <section>
- <h3>Default</h3>
- </section>
-
- <section data-transition="zoom">
- <h3>data-transition: zoom</h3>
- </section>
-
- <section data-transition="zoom-in fade-out">
- <h3>data-transition: zoom-in fade-out</h3>
- </section>
-
- <section>
- <h3>Default</h3>
- </section>
-
- <section data-transition="convex">
- <h3>data-transition: convex</h3>
- </section>
-
- <section data-transition="convex-in concave-out">
- <h3>data-transition: convex-in concave-out</h3>
- </section>
-
- <section>
- <section data-transition="zoom">
- <h3>Default</h3>
- </section>
- <section data-transition="concave">
- <h3>data-transition: concave</h3>
- </section>
- <section data-transition="convex-in fade-out">
- <h3>data-transition: convex-in fade-out</h3>
- </section>
- <section>
- <h3>Default</h3>
- </section>
- </section>
-
- <section data-transition="none">
- <h3>data-transition: none</h3>
- </section>
-
- <section>
- <h3>Default</h3>
- </section>
-
- </div>
-
- </div>
-
- <script src="../../lib/js/head.min.js"></script>
- <script src="../../js/reveal.js"></script>
-
- <script>
-
- Reveal.initialize({
- center: true,
- history: true,
-
- // transition: 'slide',
- // transitionSpeed: 'slow',
- // backgroundTransition: 'slide'
- });
-
- </script>
-
- </body>
+<head>
+ <meta charset="utf-8">
+
+ <title>reveal.js - Slide Transitions</title>
+
+ <link href="../../css/reveal.css" rel="stylesheet">
+ <link href="../../css/theme/white.css" id="theme" rel="stylesheet">
+ <style media="screen" type="text/css">
+ .slides section.has-dark-background,
+ .slides section.has-dark-background h3 {
+ color: #fff;
+ }
+
+ .slides section.has-light-background,
+ .slides section.has-light-background h3 {
+ color: #222;
+ }
+ </style>
+</head>
+
+<body>
+
+<div class="reveal">
+
+ <div class="slides">
+
+ <section>
+ <h3>Default</h3>
+ </section>
+
+ <section>
+ <h3>Default</h3>
+ </section>
+
+ <section data-transition="zoom">
+ <h3>data-transition: zoom</h3>
+ </section>
+
+ <section data-transition="zoom-in fade-out">
+ <h3>data-transition: zoom-in fade-out</h3>
+ </section>
+
+ <section>
+ <h3>Default</h3>
+ </section>
+
+ <section data-transition="convex">
+ <h3>data-transition: convex</h3>
+ </section>
+
+ <section data-transition="convex-in concave-out">
+ <h3>data-transition: convex-in concave-out</h3>
+ </section>
+
+ <section>
+ <section data-transition="zoom">
+ <h3>Default</h3>
+ </section>
+ <section data-transition="concave">
+ <h3>data-transition: concave</h3>
+ </section>
+ <section data-transition="convex-in fade-out">
+ <h3>data-transition: convex-in fade-out</h3>
+ </section>
+ <section>
+ <h3>Default</h3>
+ </section>
+ </section>
+
+ <section data-transition="none">
+ <h3>data-transition: none</h3>
+ </section>
+
+ <section>
+ <h3>Default</h3>
+ </section>
+
+ </div>
+
+</div>
+
+<script src="../../lib/js/head.min.js"></script>
+<script src="../../js/reveal.js"></script>
+
+<script>
+
+ Reveal.initialize({
+ center: true,
+ history: true,
+
+ // transition: 'slide',
+ // transitionSpeed: 'slow',
+ // backgroundTransition: 'slide'
+ });
+
+</script>
+
+</body>
</html>