Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Glitchbone/jquery-fatNav

Chubby fullscreen menu with nice hamburger toggle
https://github.com/Glitchbone/jquery-fatNav

Last synced: 24 days ago
JSON representation

Chubby fullscreen menu with nice hamburger toggle

Awesome Lists containing this project

README

        

# jQuery fatNav

Chubby fullscreen menu with nice hamburger toggle

[Demo](http://glitchbone.github.io/jquery-fatNav)

## Installation

Install via bower:

```sh
bower install jquery-fatNav
```

Or you can add jquery.fatNav.css and jquery.fatNav.js manually to your project

## Usage

Create the menu in your HTML:

``` html


```

Call the javascript function:

``` javascript
$.fatNav();
```

## Customizing hamburger color

Default state:

``` css
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:before,
.hamburger .hamburger__icon:after {
background-color: red;
}
```

Close button state:

``` css
.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
background-color: green;
}
```

## Build

```sh
git clone https://github.com/Glitchbone/jquery-fatNav.git my_project
npm install
grunt
```

## Author

**Adrien Glitchbone**

+ [https://twitter.com/glitchbone](https://twitter.com/glitchbone)
+ [http://github.com/Glitchbone](http://github.com/Glitchbone)

## License

jQuery fatNav is available under the MIT license. See the [LICENSE](LICENSE) file for more information.