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.
- Host: GitHub
- URL: https://github.com/christophery/material-burger
- Owner: christophery
- License: other
- Created: 2016-06-08T16:12:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T03:43:31.000Z (about 9 years ago)
- Last Synced: 2025-09-09T20:12:02.616Z (9 months ago)
- Topics: css, hamburger-menu, material-burger
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.