0.3.0 • Published 7 years ago
ember-parallax v0.3.0
ember-parallax
Parallax support for ember.js apps

Use
Installation
Install this addon using ember-cli
ember install ember-parallaxWrap whatever content you like in the {{parallax-content}} component, specifying a speed and a height
{{#parallax-content speed=0.5 height=400 }}
<img src="./img/stellar-spire-eagle-nebula-1400x900.jpg">
{{/parallax-content}}Contributing
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.