bespoke-backdrop
Version:
Backdrop elements for Bespoke.js
38 lines (34 loc) • 1.15 kB
HTML
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>bespoke-backdrop demo</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1>bespoke-backdrop</h1>
<article>
<section data-bespoke-backdrop="backdrop-1">
<p>Slide 1</p>
</section>
<section data-bespoke-backdrop="backdrop-2">
<p>Slide 2</p>
</section>
<section data-bespoke-backdrop="backdrop-3">
<p>Slide 3</p>
</section>
<section data-bespoke-backdrop="backdrop-4">
<p>Slide 4</p>
</section>
<section data-bespoke-backdrop="backdrop-5">
<p>Slide 5</p>
</section>
</article>
<script src="../node_modules/bespoke/dist/bespoke.js"></script>
<script src="../node_modules/bespoke-keys/dist/bespoke-keys.js"></script>
<script src="../node_modules/bespoke-touch/dist/bespoke-touch.js"></script>
<script src="../node_modules/bespoke-classes/dist/bespoke-classes.js"></script>
<script src="../dist/bespoke-backdrop.js"></script>
<script src="demo.js"></script>
</body>
</html>