devinargenta / stick-em-up

another jQuery sticky header plugin

Home Page:http://codepen.io/devinargenta/pen/reGNLa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stick-em-up

another sticky header plugin

  $('header').stickEmUp();

options / defaults

autoMove: true,
offset: 0,
fixedClass: 'stickEm-fixed',
inClass: 'stickEm-in',
outClass: 'stickEm-out',
delay: '',
duration: '.3s'

autoMove will automatically move the header in & out, make it fixed, and add a spacer

About

another jQuery sticky header plugin

http://codepen.io/devinargenta/pen/reGNLa

License:MIT License


Languages

Language:JavaScript 100.0%