Reveal.js a framework for making web presentations

Source: Internet
Author: User

Summary

Inadvertently see this plugin, very much like, can function in the presentation ppt, slide, user guidelines, etc. Simple code, easy maintenance

Reveal.js does not rely on any other JavaScript libraries, it is a standalone JavaScript plugin library. It offers a variety of slide transitions and is a great online demo library.

Head

<link rel= "stylesheet" href= "Css/reveal.css"/>
<script type= "Text/javascript" src= "Js/reveal.js" ></script>

HTML: (underlying slide HTML)

<div class= "reveal" >
<div class= "Slides" >
<section></section>
<section></section>
</div>
</div>

Js:

Reveal.initialize ({
Controls:true,//whether the control bar is displayed in the lower right corner

Progress:true,//Whether the progress bar is displayed

SlideNumber: ' c/t '

})

Reveal.js a framework for making web presentations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.