Skip to content

Animate Bootstrap 3 navbar-toggle button icon bars to "x" when navbar menu is expanded on mobile view

Notifications You must be signed in to change notification settings

leechunhoe/nav32x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nav32x

Animate Bootstrap 3 navbar-toggle button icon bars to "x" when navbar menu is expanded on mobile view.

Installation

  • npm
   npm install nav32x
  • 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

Originated from Julien Melissas's tutorial:

About

Animate Bootstrap 3 navbar-toggle button icon bars to "x" when navbar menu is expanded on mobile view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages