Demo: http://sparanoid.com/lab/path-menu/
Dribbble page: http://drbl.in/cwcK
Forked from Tunghsiao Liu's Pen Path 2.0 Flyout Menu using CSS .
A Pen by Marcello Africano on CodePen.
| #container | |
| #header | |
| %span ACTIVITY WIDGET | |
| #display | |
| #upper | |
| %select | |
| %option Disk space usage | |
| %option Something else 1 | |
| %option Something else 2 | |
| %option Something else 3 |
| html{ | |
| background:#f1c40f; | |
| } | |
| #needle{ | |
| transform-origin: 50% 9% 0; | |
| width:10em; | |
| height:2em; | |
| animation: jitter 1s ease-in-out infinite; | |
| animation-iteration-count: 40; |
Boombot - https://github.com/TerrordactylDesigns/boombot Chillybot - https://github.com/samuri51/chillybot CMBot - https://github.com/atomjack/cmbot Hashtag Amy - https://github.com/yayramen/hashtag-amy PostRockAndBeyond - https://github.com/swerner/PostRockAndBeyond Robo DJ - https://github.com/mmattozzi/robodj Sparkle Bot - https://github.com/sharedferret/Sparkle-Turntable-Bot Taco Bot - https://github.com/funkytaco/Turntable-API-Taco-Bot
| <i class="macbook"></i> |
| <!-- CSSDeck Logo --> | |
| <div id="circle"> | |
| <div id="ring | |
| <div id="ring"></div> | |
| </div> |
| <div class="spinner-wrap"> | |
| <div class="spinner"> | |
| <i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i> | |
| </div> | |
| </div> |
| <i class="macbook"></i> |
| /** | |
| * Nice, Simple, Gradient Back | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #4ff, yellow); | |
| min-height: 100%; |
| .ch-item { | |
| width: 100%; | |
| height: 100%; | |
| border-radius: 50%; | |
| position: relative; | |
| cursor: default; | |
| box-shadow: | |
| inset 0 0 0 0 rgba(200,95,66, 0.4), | |
| inset 0 0 0 16px rgba(255,255,255,0.6), | |
| 0 1px 2px rgba(0,0,0,0.1); |