1.0.0 • Published 8 years ago

nav32x v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

nav32x

Animate Bootstrap 3 navbar-toggle button icon bars to "x" when expanded.

Installation

  • Bower
   bower install nav32x

Usage

  • HTML
  <link rel='stylesheet' href='/path/to/nav32x.min.css'/>
  
  <!-- Add .collapsed class -->
  <button class="navbar-toggle collapsed" type="button" data-target="#navbar">
    <span class="icon-bar"/>
    <span class="icon-bar"/>
    <span class="icon-bar"/>
  </button>

Author

Modified and published by Lee Chun Hoe (https://github.com/leechunhoe)

Originated from Julien Melissas's tutorial: