ember-impress
v0.2.1
Published
An Ember addon for Impress.js
Downloads
5
Maintainers
Readme
Ember-impress
An ember addon for impress.js
Installation
ember install ember-impress
bower install impress.js
Setup
Impress.js uses hash location to step between slides, so you'll have to configure your consuming Ember app to allow for that,
//config/environment.js
module.exports = function(environment) {
var ENV = {
locationType: 'none',
//...
Note: Although, Impress will generate a location history for each slide, no actual routes are created in the Ember Router. This addon is not intended to transition between routes, but simply to provide a wrapper for Impress.js. For animated transitions, you'll want to use Liquid Fire
Documentation
Ember Impress Demo
http://demos.evolutionaryapps.com/EmberImpress