Skip to content

Created and Maintained by @JamesMCo. A system to automatically transition between slides while people arrive at an event.

License

Notifications You must be signed in to change notification settings

HackSocNotts/waiting-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1096789 · Mar 30, 2021
Mar 30, 2021
Oct 9, 2018
Sep 24, 2020
Oct 23, 2018
Oct 9, 2018
Oct 18, 2018
Oct 8, 2019
Mar 30, 2021
Oct 12, 2018
Mar 30, 2021
Oct 10, 2019

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

Created and Maintained by @JamesMCo. A system to automatically transition between slides while people arrive at an event.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published