ember-cli-reset-scroll

v0.0.1
The default blueprint for ember-cli addons.
ember-addon

ember-cli-reset-scroll

Resets the browser window scroll position when a route transitions:

import Ember from 'ember';
import ResetScrollMixin from 'ember-cli-reset-scroll';

export default Ember.Route.extend(ResetScrollMixin, {

  // Scrolls to top
  resetScroll: undefined

  // Scroll to a specific position (in px)
  resetScroll: 20

  // Scroll to a specific position based on the route name (in px)
  resetScroll: {
    'books.index': 30,
    'authors.*': 210
  }

});

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

npm i ember-cli-reset-scroll

Metadata

  • MIT
  • >= 0.10.0
  • Unknown
  • released 8/26/2015

Downloads

Maintainers