https://github.com/james2doyle/pmenu
pmenu is a Path-like menu written in Javascript and CSS3. It uses translate3d not pos:abs top/left
https://github.com/james2doyle/pmenu
Last synced: 10 months ago
JSON representation
pmenu is a Path-like menu written in Javascript and CSS3. It uses translate3d not pos:abs top/left
- Host: GitHub
- URL: https://github.com/james2doyle/pmenu
- Owner: james2doyle
- Created: 2013-01-10T16:43:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-26T18:39:06.000Z (over 13 years ago)
- Last Synced: 2025-04-23T23:39:16.929Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://james2doyle.github.com/pmenu/
- Size: 133 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pmenu
=====
pmenu is a Path-like menu written in Javascript and CSS3. It uses translate3d not pos:abs top/left.
Here is the [Demo](http://james2doyle.github.com/pmenu/)
It is heavily inspired/copied by [Pie-Menu](http://nikesh.github.com/Pie-Menu/).
Because of translate3d this may not work on older browsers. It also uses classList, querySelectorAll and a couple other new javascript methods. Support for these is obviously a necessity.
It includes a small detector library so it doesn't just add a million inline CSS styles. It only adds the style with your browsers prefix in it.
### License
(The MIT License)
Copyright (c) 2013 James Doyle
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.