- Official repo: https://github.com/impress/impress.js/
- Author: @Bartaz & @henrikingo
- Edit
index.html
.- Exist a convenient preprocessor template:
index.pug
. Compile withpug --pretty index.pug
.
- Exist a convenient preprocessor template:
- Include
js/impress.min.js
(full framework with all plugins).- Exist a minimal
js/impress-core.min.js
and specific plugins (plugins folder
).
- Exist a minimal
- Include
css/impress.base.min.css
for a minimal and basic styles.- Optional: Include
css/darkgrey.theme.min.css
for a dark theme or create your own theme.
- Optional: Include
Título | URL |
---|---|
Simple demo | https://manzdev.github.io/impress.js/ |
3D rotations | https://cdn.rawgit.com/impress/impress.js/master/examples/3D-rotations/ |
Cube example | https://cdn.rawgit.com/impress/impress.js/master/examples/cube/ |
CSS3D Summit | https://bartaz.github.io/meetjs/css3d-summit/ |
CursoBloggers Murcia | https://manzdev.github.io/cursobloggers2013/#/init |
Front-end: El lado oscuro | https://manzdev.github.io/frontend-el-lado-oscuro/ |
- Edit metadata (title, description and author)
- Div #impress contain all slides
- Every .step is a slide
- Configure your data-x, data-y, data-z slides
- Place #overview if you need it.