Skip to content

Instantly share code, notes, and snippets.

View manouman's full-sized avatar

Manuel Urbano Stordeur manouman

View GitHub Profile
@manouman
manouman / TransitionPageContent.html
Created December 4, 2012 18:54 — forked from jgable/TransitionPageContent.html
Transition Page Content example
<body>
<div id="container">
<header>
<h1>Best Site Evar</h1>
<nav>
<ul>
<li class="first selected"><a href="index.html" transition-link="" transition-name="slide">Home</a></li>
<li><a href="about.html" transition-link="" transition-name="slide">About</a></li>
<li><a href="contact.html" transition-link="" transition-name="slide">Contact</a></li>