Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joe-watkins/jquery-hmbrgr
- Owner: joe-watkins
- License: mit
- Created: 2015-02-04T01:59:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T03:50:43.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T22:35:56.269Z (9 months ago)
- Language: CSS
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# jQuery Hmbrgr Plugin
jQuery Plugin to achieve the "Hamburger effect"
## Usage
##### Create the element in your 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