-
Notifications
You must be signed in to change notification settings - Fork 202
Description
It's great that with the new impress.js version the substep plugin is supported.
I was wondering if it is a good idea to make (yet) invisible substeps (already) appear (slightly) visible in the presenter console, so that the presenter already sees the full slide with all bullets visible while the audience only sees those they should. So, for example, on a slide with 3 bullets, the audience would see:
- Bullet 1
And the speaker would (on their console) see:
- Bullet 1
- Bullet 2 (maybe slightly transparent/grey)
- Bullet 3 (maybe slightly transparent/grey)
The idea is that the speaker wants to see the whole slide to know what to say next while the audience should only see what the speaker has already said to not distract them.
I did something like this for my personal hovercraft template a while ago, so I could come up with a PR rather easily. It's mostly a CSS thing (plus maybe a bit of additional JavaScript to detect if the presentation is being shown in a frame on the presenter console).
However, before creating a PR I wanted to ask if others consider this to be useful. I don't want to make a PR for something only I want 😅