0.0.1-beta • Published 9 years ago

ember-scrolltop-holder v0.0.1-beta

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Ember-scrolltop-holder

It's a wrapper component for content that you want to do some animation with when an user scrolls to it. Use it as thus:

{{#ember-scrolltop-holder}}
  <div class="my content">...</div>
{{/ember-scrolltop-holder}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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