/ember-scroll-to

Animated scrolling to a specified id.

Primary LanguageJavaScriptMIT LicenseMIT

ember-scroll-to

Animated scrolling to a specified id.

Installation

# From within your ember-cli project
ember install ember-scroll-to

Usage

In your template:

{{scroll-to href='#faq' label='FAQ'}}
{{!-- or --}}
{{#scroll-to href='#faq'}}FAQ{{/scroll-to}}