• Stars
    star
    141
  • Rank 259,032 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 13 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Radial HTML menu inspired by Path for iOS and Android.

Radial Menu

An HTML/CSS/JavaScript implementation of the lovely radial menu in the Path app.

See the demo (works best on Safari and Mobile Safari, Chrome does pretty well, Firefox is pretty blah, and don't bother with android.)

Markup

Adapts to the number of links you have in your menu.

<nav>
  <ul>
    <li><a href="#">1</a></li>
    <li><a href="#">2</a></li>
    <li><a href="#">3</a></li>
  </ul>
</nav>

Configure the radius and the degrees to be used for the arc.

var m = new Menu(document.querySelector('nav'), {
  radius: 130,
  degrees: 90,
  offset: -90
});

More Repositories

1

phluid-php

A micro-framework for PHP built on ReactPHP, heavily inspired by Express.js
PHP
70
star
2

hopscotch

A text based task launcher for WordPress
JavaScript
10
star
3

node-simperium-server

JavaScript
9
star
4

wordpress-webos

Clone of WordPress for webOS svn repo. http://webos.svn.wordpress.org
JavaScript
6
star
5

parseroni

TypeScript
5
star
6

arduino-projects

C
3
star
7

wpcom-console2

The console, rebuilt.
JavaScript
3
star
8

html_base

2
star
9

redux-delayed-dispatch

JavaScript
2
star
10

wp-backbone-demo

JavaScript
2
star
11

android-hybrid-demo

Java
2
star
12

wp-locations

PHP
2
star
13

libmpq-ruby

Ruby
2
star
14

wordpress-safariext

JavaScript
2
star
15

WordPress

Mirror of WordPress trunk (http://core.svn.wordpress.org/trunk
PHP
1
star
16

reddit-themes

1
star
17

wp

WordPress
PHP
1
star
18

MLS-Standings

Ruby
1
star
19

everydns_rb

A ruby client for managing EveryDNS domains
Ruby
1
star
20

node-wordpress-user-sync

Command line tool for syncing a JSON file of users with the user accounts on a WordPress install.
JavaScript
1
star
21

power-reviews

Ruby
1
star
22

plan-ex

HTML
1
star
23

SimperiumTodos

1
star
24

simple_captcha

Ruby
1
star
25

switz-random-player

ActionScript
1
star
26

wp-teleport

Project has been renamed.
JavaScript
1
star
27

a8c-js-townhall

JavaScript
1
star
28

haz.responsiv.es

JavaScript
1
star
29

attachinator_example

Example usage of the attachinator plugin
Ruby
1
star
30

milk-routes

JavaScript
1
star
31

psalm-annotations-action

JavaScript
1
star
32

Button-Sample

button-sample
1
star
33

rddt

A reddit.com Safari extension
JavaScript
1
star
34

phpua-matcher

Playing around with PHP "Closures"
PHP
1
star
35

simpletodo-android

Simpletodo sample app for Android
Java
1
star
36

Hours

Objective-C
1
star
37

android-learnup

Java
1
star
38

chatty-webos

webOS IRC
JavaScript
1
star
39

jl

Jeremy's WP theme
PHP
1
star
40

deploy-guide

1
star