Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-hiding-menu

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-hiding-menu

Ember addon which adds functionality to toggle class on scroll down

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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}}

Keywords

FAQs

Package last updated on 03 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc