A reusable, resizable navigation indicator
This is a work-in-progress
This is a navigation indicator mixin development project used to develop a an off canvas navigation indictor. Inspired by the wonderful Stidges pen, this mixin is reusable and resizable to any container.
The default grunt
command will run a development server with watch so you can navigate to localhost:9000
and play with the code.
The control variables, located in sass/index.scss, allow you to adjust the mixin parameters.
- $size - The width and height of the navigation indicator area.
- $color -
default: #fff
The color of the Hamburger and Arrow icon lines, as well as the circle fade animation. - $line-width-perc -
default: 0.8333
The percentage (as a decimal) of the navigation indicator area used for the icon lines.
- Ruby
- Sass, Compass (for math)
- Node
- grunt-cli
- MIT