Skip to content

Instantly share code, notes, and snippets.

@manouman
Forked from jgable/TransitionPageContent.html
Created December 4, 2012 18:54
Show Gist options
  • Save manouman/4207417 to your computer and use it in GitHub Desktop.
Save manouman/4207417 to your computer and use it in GitHub Desktop.
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>
</ul>
</nav>
</header>
<div id="main" role="main">
<h2>Home Is Where The Heart Is</h2>
<p>
Some Lorem Ipsum Text....
</p>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment