2 minutes, random topic, random slides --- GO!
This is a fork and adaptation of: https://github.com/eleybourn/presentation_karaoke
You can see a working demo of this version on: https://regl.io/presentation_karaoke
The original version by @eleybourn can be seen in action here: http://theagiledirector.com/presentation-karaoke
It is designed to be downloaded and run directly on your local computer. It's pure HTML and Javascript[2], so nothing to install.
- Download the application
- Run
index.html
- Select a topic set
- Press "Go"
- Press "Play"
You can press "New Topic" if you want to pick another random topic - Start talking.
The slides will auto-advance after 10 seconds - Be funny
- Don't read the slides
Use them as a prompt only - Tell a story
- Be funny
- Stop talking after 2 minutes
- Next person
You can add/change topics in the /config/topics.js
file.
You can add/change slides in the /config/slides.js
file.
You can configure a number of properties in the /config/config.js
file:
- duration
Duration of presentation in seconds
Default: 120 - slide_interval
Length between transitions in milliseconds
Default: 1000 - transition
0 (None), 1 (Fade), 2 (Slide Top), 3 (Slide Right), 4 (Slide Bottom), 5 (Slide Left), 6 (Carousel Right), 7 (Carousel Left)
Default: 1 - transition_speed
Speed of transition in milliseconds
Default: 500 - language
The language to use.
Currently only available in EN ()English) and NL (Dutch)
Default: EN - custom_translation
Here you can override the translation of the strings.
See thejs/translations.js
file to see what strings you can translate.