UNPKG

slideheader

Version:

A JavaScript plugin to display or hide headerbar with a sliding motion

12 lines (11 loc) 260 B
/** * cbslideheader - A jQuery plugin to display or hide headerbar with a sliding motion * @version v0.3.8 * @author maechabin <mail@chab.in> http://mae.chab.in/ * @license MIT license */ .cb-header { position: fixed; left: 0; visibility: hidden; }