Skip to content

samccone/slide-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slide Header

A modern modular header for your site

##demo

####Using with angular

  • include both the directive and slide-header.js file on your site
  • add 'slide-header' as a dependency.
  • add an attribute on one of your nodes of slide-header
  • profit!

####API

var slideHeader = new SlideHeader(document.querySelectory('header'), {options});

//with jquery
var slideHeader = new SlideHeader($('header')[0], {options});

Options

mouseTrigger: <true / false> //default true

API

.destroy()    //removes all events and shows the header
.showHeader()
.hideHeader()

####Developing

npm install

cake build