Simple tool for creating a Chit-Chat presentation
To use this tool:
- Clone the repo
- Create 20 slides, and export or save them as png, jpg or webp files (or any other image-type file that is supported by your choice of browser).
- Put the slides in the main folder. The
.gitignore
makes sure you don't accidentally share them. - Edit the
presentation.html
(using f.ex VS Code or something similar) wrt. the<img>
elements. Set thesrc
of each element to point to a slide. - Launch the start.html ahead of your presentation. To start it just click on the link and it will start.
- For extra effect, most browsers can be put in fullscreen mode. Consider doing this before clicking "start".
- In the
script
part there are a couple of settings:
randomize_slides_sequence
set totrue
will randomize the sequence of the slides every time you run it, whilefalse
will preserve the order of the<img>
elements.millis_per_slide
should stay at20000
for a Chit-Chat, but if you want you can adjust it.tick_is_active
is the small red visual indicator in the top left corner when slides are soon to change. Set tofalse
to disable it.countdowntick
can be set to a number of seconds if you like a couple of seconds before the first slide appears.millis_per_tick
is just how long between checking for updates like a new slide or altering the ticks indicator. Any value between 10 and 100 should work just fine.
You have 20 seconds (configurable) for each slide.
When there are a few seconds left for a slide, a timer will be displayed in the top left corner.
(Optional) You may set the element with class "final" to a slide that will always be the ending of the presentation. That slide will not have a timeout, nor show a timer.