0.3.0 • Published 5 years ago

ember-parallax v0.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

ember-parallax

Build Status Greenkeeper badge

Parallax support for ember.js apps

ember-parallax

Use

Installation

Install this addon using ember-cli

ember install ember-parallax

Wrap 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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.