smart-sticky-header

jquery plugin used to convert an element in a sticky header

Usage no npm install needed!

<script type="module">
  import smartStickyHeader from 'https://cdn.skypack.dev/smart-sticky-header';
</script>

README

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

Usage

$('header').smartStickyHeader();

To avoid auto-hide

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