###Author: Ian Maffett
This plugin creates a path style menu system with animations
- Call $(container).pathmenu({opts})
$(document.body).pathmenu({
btnclass:'pathbtn', //CSS class of the menu items that pop out
menubtnclass:'pathmenubtn', //CSS class of the bottom trigger menu
button:'{!}' //Text to display in the menu button
});
Please use github to report any bugs found. Please provide the following
-
Any error messages from the console
-
Line numbers of offending code
-
Test cases
-
Description of the Error
-
Expected result
-
Browser/Device you are testing on
All plugins are licensed under the terms of the MIT License, see the included license.txt file.