nav32x
v1.0.0
Published
Animate Bootstrap 3 navbar-toggle button icon bars to "x" when expanded.
Downloads
3
Maintainers
Readme
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:
- http://julienmelissas.com/animated-x-icon-for-the-bootstrap-navbar-toggle/