|
@@ -4,7 +4,7 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
- <title>reveal.js - Test</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">
|
|
|
|
|
@@ -39,17 +39,8 @@
|
|
|
|
|
|
<script>
|
|
|
|
|
|
- // Full list of configuration options available here:
|
|
|
- // https://github.com/hakimel/reveal.js#configuration
|
|
|
Reveal.initialize({
|
|
|
- controls: true,
|
|
|
- progress: true,
|
|
|
- history: true,
|
|
|
- center: true,
|
|
|
-
|
|
|
- transition: 'linear',
|
|
|
- // transitionSpeed: 'slow',
|
|
|
- // backgroundTransition: 'linear'
|
|
|
+ transition: 'linear'
|
|
|
});
|
|
|
|
|
|
</script>
|