0.2.1 • Published 7 years ago

ember-hiding-menu v0.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Ember-hiding-menu

Simple addon that allows content to be hidden on scrolling down and reappear on scrolling up. (By toggling a class).

DEMO: https://martinmalinda.github.io/ember-hiding-menu/

1) Install the addon

ember install ember-hiding-menu

2) Import SCSS

@import 'hiding-menu';

3) Use it

{{#hiding-menu throttleTime=200 topTolerance=50 bottomTolerance=20 class="my-menu"}}
  {{link-to "somewhere"}}
{{/hiding-menu}}

{{#hiding-menu class="bottom"}}
  This menu is fixed on bottom.
{{/hiding-menu}}
0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago