Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localnerve/navigation-indicator
A navigation indicator mixin
https://github.com/localnerve/navigation-indicator
css navigation-indicator sass-mixins
Last synced: 23 days ago
JSON representation
A navigation indicator mixin
- Host: GitHub
- URL: https://github.com/localnerve/navigation-indicator
- Owner: localnerve
- License: mit
- Created: 2014-08-10T16:33:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T01:32:04.000Z (over 7 years ago)
- Last Synced: 2024-10-15T11:15:36.262Z (2 months ago)
- Topics: css, navigation-indicator, sass-mixins
- Language: CSS
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Navigation Indicator
> A reusable, resizable navigation indicator## Overview
**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](http://codepen.io/stidges/pen/lvHjr) pen, this mixin is reusable and resizable to any container.
## Development
The default `grunt` command will run a development server with watch so you can navigate to `localhost:9000` and play with the code.### Control Variables
The control variables, located in [sass/index.scss](https://github.com/localnerve/navigation-indicator/blob/master/sass/index.scss), allow you to adjust the mixin parameters.#### 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.## Development Environment Dependencies
+ Ruby
+ Sass, Compass \(for math\)
+ Node
+ grunt-cli## License
+ MIT