ember-scrolltop-holder
v0.0.1-beta
Published
A wrapper component that changes class depending on an element's scroll position
Downloads
4
Readme
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 repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.