Simple checklist animation
A Pen by Milan Raring on CodePen.
Simple checklist animation
A Pen by Milan Raring on CodePen.
Based on https://dribbble.com/shots/4895590-Nav-Interaction-Idea. Best viewed in fullscreen.
A Pen by Kasper De Bruyne on CodePen.
<form> | |
<div id="unicycle1" class="unicycle"> | |
<input type="range" class="unicycle__wheel" name="unicycle" min="0" max="100" value="0"> | |
<div class="unicycle__marker"> | |
<div class="unicycle__rider-head"></div> | |
<div class="unicycle__rider-body"> | |
<div class="unicycle__left-arm"> | |
<div class="unicycle__left-lower-arm"></div> | |
</div> | |
<div class="unicycle__right-arm"> |
header.main-header | |
ul.menu | |
li.menu__item(data-sub="product"): a(href="#") Product | |
li.menu__item(data-sub="developer"): a(href="#") Developer | |
li.menu__item(data-sub="company"): a(href="#") Company | |
.dropdown-holder | |
.dropdown__arrow | |
.dropdown__bg |
<header class="header"> | |
<hgroup> | |
<h1>Makisu</h1> | |
<h2>CSS 3D Dropdown Concept</h2> | |
</hgroup> | |
</header> | |
<section class="demo"> | |
<dl class="list nigiri"> |
<nav> | |
<ul class="desktop-menu" id="desktopMenu"> | |
<li> | |
<a id="home" href="#"> | |
<img src="https://eliya33.github.io/church/images/yonsei-logo-100x100.png" class="yonsei-logo" alt="Yonsei University Logo">LOGO NAME</a> | |
</li> | |
<li class="desktop-link"> | |
<a href="#">Link One</a> |
<div id="sse1"> | |
<div id="sses1"> | |
<ul> | |
<li><a href="#">Home</a></li> | |
<li><a href="#">About</a></li> | |
<li><a href="#">Potofolio</a></li> | |
<li><a href="#">Contact</a></li> | |
</ul> | |
</div> | |
</div> |