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

https://github.com/christophery/material-burger

Material Burger is an animated hamburger menu button using CSS 2D Transforms.
https://github.com/christophery/material-burger

css hamburger-menu material-burger

Last synced: 3 months ago
JSON representation

Material Burger is an animated hamburger menu button using CSS 2D Transforms.

Awesome Lists containing this project

README

          

# Material Burger

Material Burger is an animated hamburger menu button using CSS 2D Transforms. This project was inspired by Android's Material Design hamburger menu.

Feel free to [let me know](https://www.twitter.com/cmyee) if you use Material Burger in one of your websites.

## Usage

Take a look at the `demo.html` for example markup.

```




```

Use the following CSS classes to define the menu button's transformed state:

- `left`
- `right`
- `top`
- `bottom`

```




```

## Version History

1.0.0

- Initial release.