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.
- Host: GitHub
- URL: https://github.com/liske/impress-autoadv
- Owner: liske
- License: mit
- Created: 2015-02-22T23:17:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T23:25:23.000Z (about 10 years ago)
- Last Synced: 2025-01-19T17:24:42.578Z (4 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.