rse / slideshow

Slideshow -- Observe and Control Slideshow Applications
https://www.npmjs.org/package/slideshow
Mozilla Public License 2.0
85 stars 14 forks source link

How would I go about telling it to go "next slide" on an already open presentation? #6

Closed JohnMcLear closed 7 years ago

rse commented 7 years ago

There is a .next() method. See slideshow-api.js for details on all methods. Sorry that they are not documented in the README until now...

JohnMcLear commented 7 years ago

All examples show the module being used to open a presentation first. I assume that this isn't the case? Apologies I can't test this here so having to develop blind -_-

rse commented 7 years ago

It should also work with an already open presentation, although I cannot test it myself currently, too.