2020-01-31 09:46:28 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<title>reveal.js - Auto Animate</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/black.css" id="theme">
|
2020-02-03 10:35:44 +00:00
|
|
|
<link rel="stylesheet" href="../../lib/css/monokai.css">
|
2020-01-31 09:46:28 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="reveal">
|
|
|
|
|
|
|
|
<div class="slides">
|
|
|
|
|
|
|
|
<section data-auto-animate>
|
2020-02-03 10:13:47 +00:00
|
|
|
<h3>Auto-Matched Content (no IDs)</h3>
|
2020-02-05 14:55:08 +00:00
|
|
|
<p>This will fade out</p>
|
2020-02-03 10:35:44 +00:00
|
|
|
<img src="assets/image1.png" style="height: 100px;">
|
|
|
|
<pre><code class="hljs">
|
|
|
|
function Example() {
|
|
|
|
const [count, setCount] = useState(0);
|
|
|
|
}
|
|
|
|
</code></pre>
|
2020-02-01 18:11:52 +00:00
|
|
|
</section>
|
2020-02-05 14:55:08 +00:00
|
|
|
<section data-auto-animate data-auto-animate-unmatched="fade">
|
2020-02-11 14:31:17 +00:00
|
|
|
<h3>Auto-Matched Content (no IDs)</h3>
|
2020-02-05 14:55:08 +00:00
|
|
|
<p style="opacity: 0.2; margin-top: 200px;">This will fade out</p>
|
|
|
|
<p>This element is unmatched</p>
|
2020-02-03 10:35:44 +00:00
|
|
|
<img src="assets/image1.png" style="height: 100px;">
|
|
|
|
<pre><code class="hljs">
|
|
|
|
function Example() {
|
|
|
|
const [count, setCount] = useState(0);
|
|
|
|
}
|
|
|
|
</code></pre>
|
2020-02-01 18:11:52 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-auto-animate>
|
2020-02-02 06:43:15 +00:00
|
|
|
<h3 data-id="text-props" style="background: #555; line-height: 1em; letter-spacing: 0em;">Text props</h3>
|
2020-01-31 09:46:28 +00:00
|
|
|
</section>
|
|
|
|
<section data-auto-animate>
|
2020-02-01 18:11:52 +00:00
|
|
|
<h3 data-id="text-props" style="background: #555; line-height: 3em; letter-spacing: 0.2em;">Text props</h3>
|
2020-01-31 09:46:28 +00:00
|
|
|
</section>
|
|
|
|
|
2020-02-02 06:43:15 +00:00
|
|
|
<section data-auto-animate>
|
|
|
|
<h3>Swapping list items</h3>
|
|
|
|
<ul>
|
2020-02-03 10:13:47 +00:00
|
|
|
<li>One</li>
|
|
|
|
<li>Two</li>
|
|
|
|
<li>Three</li>
|
2020-02-02 06:43:15 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section data-auto-animate>
|
|
|
|
<h3>Swapping list items</h3>
|
|
|
|
<ul>
|
2020-02-03 10:13:47 +00:00
|
|
|
<li>Two</li>
|
|
|
|
<li>One</li>
|
|
|
|
<li>Three</li>
|
2020-02-02 06:43:15 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section data-auto-animate>
|
|
|
|
<h3>Swapping list items</h3>
|
|
|
|
<ul>
|
2020-02-03 10:13:47 +00:00
|
|
|
<li>Two</li>
|
|
|
|
<li>Three</li>
|
|
|
|
<li>One</li>
|
2020-02-02 06:43:15 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
2020-01-31 09:46:28 +00:00
|
|
|
<section data-auto-animate style="height: 600px">
|
|
|
|
<h3 style="opacity: 0.3; font-size: 18px;">SLIDE 1</h2>
|
|
|
|
<h2 data-id="title" style="margin-top: 260px;">Animate Anything</h2>
|
|
|
|
<div data-id="1" style="background: white; position: absolute; top: 150px; left: 16%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="2" style="background: white; position: absolute; top: 150px; left: 36%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="3" style="background: white; position: absolute; top: 150px; left: 56%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="4" style="background: white; position: absolute; top: 150px; left: 76%; width: 60px; height: 60px;"></div>
|
|
|
|
<!-- <p data-id="2" style="margin-top: 200px; border: 2px solid #999;">Text</p> -->
|
|
|
|
</section>
|
|
|
|
<section data-auto-animate style="height: 600px">
|
|
|
|
<h3 style="opacity: 0.3; font-size: 18px;">SLIDE 2</h2>
|
|
|
|
<h2 data-id="title" style="margin-top: 500px">With Auto Animate</h2>
|
|
|
|
<div data-id="1" style="background: cyan; position: absolute; bottom: 190px; left: 16%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="2" style="background: magenta; position: absolute; bottom: 190px; left: 36%; width: 60px; height: 160px;"></div>
|
|
|
|
<div data-id="3" style="background: yellow; position: absolute; bottom: 190px; left: 56%; width: 60px; height: 260px;"></div>
|
|
|
|
<div data-id="4" style="background: red; position: absolute; bottom: 190px; left: 76%; width: 60px; height: 360px;"></div>
|
|
|
|
<!-- <p data-id="2" style="margin-top: 200px; border: 2px solid #999; width: 50%;">Text</p> -->
|
|
|
|
</section>
|
|
|
|
<section data-auto-animate style="height: 600px">
|
|
|
|
<h3 style="opacity: 0.3; font-size: 18px;">SLIDE 3</h2>
|
|
|
|
<h2 data-id="title" style="margin-top: 500px; opacity: 0;">With Auto Animate</h2>
|
|
|
|
<div data-id="1" style="background: cyan; position: absolute; top: 50%; left: 50%; width: 400px; height: 400px; margin: -200px 0 0 -200px; border-radius: 400px;"></div>
|
|
|
|
<div data-id="2" style="background: magenta; position: absolute; top: 50%; left: 50%; width: 300px; height: 300px; margin: -150px 0 0 -150px; border-radius: 400px;"></div>
|
|
|
|
<div data-id="3" style="background: yellow; position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; margin: -100px 0 0 -100px; border-radius: 400px;"></div>
|
|
|
|
<div data-id="4" style="background: red; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; border-radius: 400px;"></div>
|
|
|
|
<!-- <p data-id="2" style="margin-top: 200px; border: 2px solid #999;">Text</p> -->
|
|
|
|
</section>
|
|
|
|
<section data-auto-animate style="height: 600px">
|
|
|
|
<h3 style="opacity: 0.3; font-size: 18px;">SLIDE 3</h2>
|
|
|
|
<h2 data-id="title" style="margin-top: 500px; opacity: 0;">With Auto Animate</h2>
|
|
|
|
<div data-id="1" style="background: red; position: absolute; top: 250px; left: 16%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="2" style="background: yellow; position: absolute; top: 250px; left: 36%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="3" style="background: magenta; position: absolute; top: 250px; left: 56%; width: 60px; height: 60px;"></div>
|
|
|
|
<div data-id="4" style="background: cyan; position: absolute; top: 250px; left: 76%; width: 60px; height: 60px;"></div>
|
|
|
|
<!-- <p data-id="2" style="margin-top: 200px; border: 2px solid #999;">Text</p> -->
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<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,
|
2020-02-03 10:35:44 +00:00
|
|
|
hash: true,
|
|
|
|
|
|
|
|
dependencies: [
|
|
|
|
{ src: '../../plugin/highlight/highlight.js', async: true }
|
|
|
|
]
|
2020-01-31 09:46:28 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|