Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add notes & logic improvement on "Ready"/"Moving" #1

Open
yarnball opened this issue Sep 13, 2016 · 1 comment
Open

How to add notes & logic improvement on "Ready"/"Moving" #1

yarnball opened this issue Sep 13, 2016 · 1 comment

Comments

@yarnball
Copy link

Hi,

Great project.

How are notes added to Presenter section of the presentation? I've tried adding it between steps in index.html but no success.

It would be great to improve the "ready"/"moving" conditions when the slide changes. think it could be improved it it "logs" you keystrokes on changing slides.

EG: if I push arrow 4 times, it moves 4 slides (and skips transitions/waiting).

Thanks

@henrikingo
Copy link
Owner

Hi @yarnball

How are notes added to Presenter section of the presentation?

You should check out this example presentation that uses notes: http://henrikingo.github.io/impress.js/examples/classic-slides/
It also showcases most of the other features I've added recently. The source/repo version of it is: https://github.com/henrikingo/impress.js/tree/myfork/examples/classic-slides

The short answer is that the presentation console will pick up a

element inside each
element. You then need to use CSS to not show the notes in the presentation itself.

EG: if I push arrow 4 times, it moves 4 slides (and skips transitions/waiting).

Isn't that exactly what happens? Note that in the classic-slides demo there's also a select list on your bottom right where you can easily jump to any slide you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants