Skip to content

imaffett/af-pathmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path style menu for App Framework apps

###Author: Ian Maffett

This plugin creates a path style menu system with animations

Using the path menu plugin

  1. 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
   });

Bugs

Please use github to report any bugs found. Please provide the following

  1. Any error messages from the console

  2. Line numbers of offending code

  3. Test cases

  4. Description of the Error

  5. Expected result

  6. Browser/Device you are testing on

License

All plugins are licensed under the terms of the MIT License, see the included license.txt file.

About

Path style menu for App Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published