enlever les transitions
This commit is contained in:
parent
50e6b64dda
commit
dfc4354ea4
2 changed files with 3 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
pandoc -i -t revealjs -s -V theme=simple -o ulaval-ppr-principes-fair.html README.md
|
pandoc -i -t revealjs -s -V theme=simple -V transition=none -o ulaval-ppr-principes-fair.html README.md
|
|
@ -36,7 +36,7 @@
|
||||||
<div class="reveal">
|
<div class="reveal">
|
||||||
<div class="slides">
|
<div class="slides">
|
||||||
|
|
||||||
<section id="title-slide" data-background-image="bg-cover.png">
|
<section id="title-slide">
|
||||||
<h1 class="title">Les principes FAIR</h1>
|
<h1 class="title">Les principes FAIR</h1>
|
||||||
<p class="author">François Pelletier</p>
|
<p class="author">François Pelletier</p>
|
||||||
<p class="date">28 novembre 2023</p>
|
<p class="date">28 novembre 2023</p>
|
||||||
|
@ -661,7 +661,7 @@ class="uri">https://creativecommons.org/licenses/by/4.0/</a>.</p>
|
||||||
previewLinks: false,
|
previewLinks: false,
|
||||||
|
|
||||||
// Transition style (none/fade/slide/convex/concave/zoom)
|
// Transition style (none/fade/slide/convex/concave/zoom)
|
||||||
transition: 'slide',
|
transition: 'none',
|
||||||
|
|
||||||
// Transition speed (default/fast/slow)
|
// Transition speed (default/fast/slow)
|
||||||
transitionSpeed: 'default',
|
transitionSpeed: 'default',
|
||||||
|
@ -678,9 +678,6 @@ class="uri">https://creativecommons.org/licenses/by/4.0/</a>.</p>
|
||||||
// viewDistance in order to save resources.
|
// viewDistance in order to save resources.
|
||||||
mobileViewDistance: 2,
|
mobileViewDistance: 2,
|
||||||
|
|
||||||
// Parallax background image
|
|
||||||
parallaxBackgroundImage: 'bg-slides.png', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
|
|
||||||
|
|
||||||
// reveal.js plugins
|
// reveal.js plugins
|
||||||
plugins: [
|
plugins: [
|
||||||
RevealNotes,
|
RevealNotes,
|
||||||
|
|
Loading…
Reference in a new issue