Skip to content

emberdex/waiting-slides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waiting Slides

A system to automatically transition between slides while people arrive at an event.

How to use this

Create each slide as an html file, and add all of the slides you'd like as strings in the slide-list.js file. For example, assuming the slides were stored in the slides directory:

slides = [
    "slides/myFirstSlide.html",
    "slides/mySecondSlide.html",
    "slides/myThirdSlide.html"
]

If you would like to change the amount of time before each slide transitions, then change the animation style for the .timer class in styles.css:

.timer
{
    animation: time 10s linear 0s infinite forwards;
}

About

A system to automatically transition between slides while people arrive at an event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.0%
  • CSS 21.5%
  • JavaScript 11.5%