A Bootstrap add-on to create drawer (off-canvas) styled navigation.
- Fix docs.
- Update
package.json
,bower.json
- Fixed to be backwards compatible with Bootstrap 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed
- Updated some typos in the docs detailed documentation.
- Upgraded the Bootstrap version used to 3.3.4. No known breaks.
- Finished the detailed documentation.
- Moved the "Using LESS / Build Your Own..." section to the full documentation from the readme.
- Updated
example/index.html
to have an inside-drawer.
- Added
.has-inner-drawer
class to allow elements with a set width/height to have a drawer within it. - Added in
example/index.html
how to use the.has-inner-drawer
feature.