impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

Home Page:http://impress.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable autoplay?

b1ek opened this issue · comments

Hey y'all, I am building a presentation with this framework, and I find that feature annoying. Is there an option to disable it for the presentation?

Yes, you can do this by omitting the data-autoplay argument in the <div id="impress" data-autoplay="0"></div> or by setting it to 0. See the docs here (that's from the upcoming impress.js website). @b1ek

Yes, you can do this by omitting the data-autoplay argument in the <div id="impress" data-autoplay="0"></div> or by setting it to 0. See the docs here (that's from the upcoming impress.js website). @b1ek

I see. Thank you!