Skip to content

yaplas/smart-sticky-header

Repository files navigation

Smart Sticky Header (auto-hide)

The header is hidden on scrolling down and is shown again on scrolling up.

Install

bower install smart-sticky-header
npm install smart-sticky-header

Usage

$('header').smartStickyHeader();

To avoid auto-hide

.sticky-header-rail .sticky-header-shadow {
  display:none;
}

Releases

No releases published

Packages