Skip to content

traegerp/slideshowjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#SlideShowJS

###Description Turn your HTML into a slide show presentation much like PowerPoint with SlideShowJS. No CSS or external libraries required. Just plug and play.

###Getting Started

Add script to html page:

	<script type="text/javascript" src = "slideshow.js"></script>

###Usage

Add html5 attribute to containing element that you want to turn into a slide:

<div data-slide = "1">
	<h1> My First Slide </h1>
</div>

Add the JavaScript that will automatically bootstrap and detect your elements:

var slides = new SlideShow();

Create a button or html element to open the slide show:

	<button onclick = "slides.open()">View Presentation</button>

You are done! That's it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published