An open API service indexing awesome lists of open source software.

https://github.com/liske/impress-autoadv

Auto advanced selected slides in impress.js presentations.
https://github.com/liske/impress-autoadv

Last synced: 2 months ago
JSON representation

Auto advanced selected slides in impress.js presentations.

Awesome Lists containing this project

README

        

impress-autoadv
===============

Auto advanced selected slides in impress.js presentations.

Usage
-----

Include the script

```html

```

just after including impress.js. To enable auto advance on a slide you
need to add a _data-autoadv_ attribute:

```html


...

```

The value is used as a timeout in seconds after which the slide will be
auto advanced. To advance immediately just use a not zero, but small, value.