Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joe-watkins/jquery-hmbrgr

Hamburger jQuery Plugin
https://github.com/joe-watkins/jquery-hmbrgr

Last synced: 10 days ago
JSON representation

Hamburger jQuery Plugin

Awesome Lists containing this project

README

        

# jQuery Hmbrgr Plugin

jQuery Plugin to achieve the "Hamburger effect"

## Usage

##### Create the element in your HTML:

```html

```

##### Include jQuery:

```html

```

##### Include plugin's code:

```html

```

##### Call the plugin:

```javascript
$('.hmbrgr').hmbrgr({
width : 60, // optional - set hamburger width
height : 50, // optional - set hamburger height
speed : 200, // optional - set animation speed
barHeight : 8, // optional - set bars height
barRadius : 0, // optional - set bars border radius
barColor : '#ffffff' // optional - set bars color
});
```

## License

MIT: http://mdd.mit-license.org