ng2-impress
v1.0.5
Published
Angular 2 / 4 implementation of impress.js
Downloads
6
Readme
Angular 2 / 4 Angular CLI Version of impress.js.
Author: Troy Marrotte Date: 09/26/2017
Disclaimer: I did not write impress.js - full credit goes to the original author @bartaz - thanks for building an awesome presentation library!
Getting Started:
-npm install ng2-impress
-Include the Ng2ImpressModule in your app.module and your component
-implement in template using impress-view selector
This project is currently in development! Use at your own risk.
Original Impress.js Documentation:
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.
WARNING
impress.js may not help you if you have nothing interesting to say ;)
HOW TO USE IT
Use the source, Luke ;)
The HTML source code serves as a good example usage and contains comments explaning various features of impress.js. For more information about styling you can look into CSS code which shows how classes provided by impress.js can be used. Last but not least JavaScript code of impress.js has some useful comments if you are interested in how everything works. Feel free to explore!
If you want more straightforward reference documentation of all impress.js features and API you can find it in DOCUMENTATION.md.
EXAMPLES AND OTHER LEARNING RESOURCES
Official demo
Examples and demos
More examples and demos can be found on Examples and demos wiki page.
Feel free to add your own example presentations (or websites) there.
Other tutorials and learning resources
If you want to learn even more there is a list of tutorials and other learning resources on the wiki, too.
There is also a book available about Building impressive presentations with impress.js by Rakhitha Nimesh Ratnayake.
WANT TO CONTRIBUTE?
Please, read the contributing guidelines on how to create Issues and Pull Requests.
Note: The team has changed, so there will be many changes in the upcoming versions. If you need informations about versions, check the changelog.
ABOUT THE NAME
impress.js name in courtesy of @skuzniak.
It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is called Impress ;)
Reference API
See the Reference API
BROWSER SUPPORT
This project supports only the major evergreen desktop browsers that have implemented:
Copyright 2011-2016 Bartek Szopka - Released under the MIT License