BeamerReveal

 view release on metacpan or  search on metacpan

quarto/preso.html  view on Meta::CPAN

    }
    .reveal .slide > img.stretch.quarto-figure-right,
    .reveal .slide > img.r-stretch.quarto-figure-right  {
      display: block;
      margin-left: auto;
      margin-right: 0; 
    }
  </style>
</head>
<body class="quarto-light">
  <div class="reveal">
    <div class="slides">

<section id="title-slide" class="quarto-title-block center">
  <h1 class="title">Habits</h1>

<div class="quarto-title-authors">
<div class="quarto-title-author">
<div class="quarto-title-author-name">
John Doe 
</div>
</div>
</div>
<aside class="notes">
</aside>
</section>
<section id="getting-up" class="slide level2">
<h2>Getting up</h2>
<ul>
<li>Turn off alarm</li>
<li>Get out of bed</li>
</ul>
<aside class="notes">
</aside>
</section>
<section id="going-to-sleep" class="slide level2">
<h2>Going to sleep</h2>
<ul>
<li>Get in bed</li>
<li>Count sheep</li>
</ul>
<aside class="notes">
  <img src="slide-05.jpg" alt="abc">
</aside>
</section>
<section id="abolute-images" class="slide level2">
<h2>Abolute images</h2>
<p><img data-src="image1.jpg" class="absolute" style="top: 0px; left: 0px; width: 350px; height: 300px; "></p>
<p><img data-src="image2.jpg" class="absolute" style="top: 50px; right: 50px; width: 450px; height: 250px; "></p>
<p><img data-src="image3.jpg" class="absolute" style="bottom: 0px; right: 0px; width: 300px; height: 300px; "></p>
<aside class="notes">
</aside>
</section>
    </div>
  <div class="quarto-auto-generated-content" style="display: none;">
<div class="footer footer-default">

</div>
</div></div>

  <script>window.backupDefine = window.define; window.define = undefined;</script>
  <script src="preso_files/libs/revealjs/dist/reveal.js"></script>
  <!-- reveal.js plugins -->
  <script src="preso_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js"></script>
  <script src="preso_files/libs/revealjs/plugin/pdf-export/pdfexport.js"></script>
  <script src="preso_files/libs/revealjs/plugin/reveal-menu/menu.js"></script>
  <script src="preso_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js"></script>
  <script src="preso_files/libs/revealjs/plugin/quarto-support/support.js"></script>
  

  <script src="preso_files/libs/revealjs/plugin/notes/notes.js"></script>
  <script src="preso_files/libs/revealjs/plugin/search/search.js"></script>
  <script src="preso_files/libs/revealjs/plugin/zoom/zoom.js"></script>
  <script src="preso_files/libs/revealjs/plugin/math/math.js"></script>
  <script>window.define = window.backupDefine; window.backupDefine = undefined;</script>

  <script>

      // Full list of configuration options available at:
      // https://revealjs.com/config/
      Reveal.initialize({
'controlsAuto': true,
'previewLinksAuto': false,
'pdfSeparateFragments': false,
'autoAnimateEasing': "ease",
'autoAnimateDuration': 1,
'autoAnimateUnmatched': true,
'jumpToSlide': true,
'menu': {"side":"left","useTextContentForMissingTitles":true,"markers":false,"loadIcons":false,"custom":[{"title":"Tools","icon":"<i class=\"fas fa-gear\"></i>","content":"<ul class=\"slide-menu-items\">\n<li class=\"slide-tool-item active\" data-ite...
	  'smaller': false,
	  notes: {
	      theme: 'custom.css'
	  },
 
        // Display controls in the bottom right corner
        controls: false,

        // Help the user learn the controls by providing hints, for example by
        // bouncing the down arrow when they first encounter a vertical slide
        controlsTutorial: false,

        // Determines where controls appear, "edges" or "bottom-right"
        controlsLayout: 'edges',

        // Visibility rule for backwards navigation arrows; "faded", "hidden"
        // or "visible"
        controlsBackArrows: 'faded',

        // Display a presentation progress bar
        progress: true,

        // Display the page number of the current slide
        slideNumber: false,

        // 'all', 'print', or 'speaker'
        showSlideNumber: 'all',

        // Add the current slide number to the URL hash so that reloading the
        // page/copying the URL will return you to the same slide
        hash: true,

        // Start with 1 for the hash rather than 0
        hashOneBasedIndex: false,

        // Flags if we should monitor the hash and change slides accordingly
        respondToHashChanges: true,

        // Push each slide change to the browser history
        history: true,

        // Enable keyboard shortcuts for navigation
        keyboard: true,

        // Enable the slide overview mode
        overview: true,



( run in 0.618 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )