ember-parallax

0.3.0 • Public • Published

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/.

Package Sidebar

Install

npm i ember-parallax

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

9.54 kB

Total Files

21

Last publish

Collaborators

  • mike-north-bot
  • northm