Skip to content

Instantly share code, notes, and snippets.

View johnheimkes's full-sized avatar
🤝
Looking for work!

John Heimkes IV johnheimkes

🤝
Looking for work!
  • Minneapolis, MN
View GitHub Profile
@johnheimkes
johnheimkes / index.html
Created November 15, 2012 16:34
A CodePen by John Heimkes IV. CSS Swinging Panel Menu - A simple, clean pure CSS menu that uses keyframe animation to create a "swining panel" effect for sub nav. I am having trouble getting it to work in Opera but performs well in Chrome, Safari and Fire
<div id="container">
<ul id="menu">
<li><a href="#">About Me</a>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Maecenas lacinia sem</a></li>
<li><a href="#">Suspendisse fringilla</a></li>
</ul>
</li>
<li><a href="#">Portfolio</a>