Skip to content

Instantly share code, notes, and snippets.

View spencermathews's full-sized avatar

Spencer Mathews spencermathews

View GitHub Profile
@spencermathews
spencermathews / 6-jQuery overlay.markdown
Last active January 27, 2016 01:25
6-jQuery overlay
@spencermathews
spencermathews / index.html
Last active February 2, 2016 07:39
jQuery effect-slide start
<section>
<h1 class="question">q: what is this: hahahahplop?</h1>
<p class="answer">a: someone laughing their head off!
@spencermathews
spencermathews / index.html
Last active February 2, 2016 07:39
jQuery-animate position start
<nav>
<ul>
<li></li>
</ul>
</nav>
@spencermathews
spencermathews / index.html
Last active February 2, 2016 07:38
jQuery-animate position $(this)
<nav>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
@spencermathews
spencermathews / 2-$(this).next().markdown
Last active February 2, 2016 07:38
2-$(this).next()
@spencermathews
spencermathews / index.html
Created February 5, 2016 00:48
jQuery animate overlay start
<nav>
<ul>
<li><a href="" class="link" id="eat">EAT.</a></li>
<li><a href="" class="link" id="sleep">SLEEP.</a></li>
<li><a href="" class="link" id="design">DESIGN.</a></li>
</ul>
</nav>
<section id="overlay">
<p>hi!</p>
@spencermathews
spencermathews / index.html
Created February 5, 2016 00:48
jQuery animate callback image
<section id="image">
<img src="http://www.redrocketmedia.com/des157/images/mermaid.png" alt="mermaid">
</section>
<section id="caption">
<h1>mermaids are real!</h1></section>
@spencermathews
spencermathews / index.html
Created February 5, 2016 00:49
jQuery effects and animation sample file
<section id="global">
<nav>
<a href="" id="hide">hide</a>
<a href="" id="show">show</a>
<a href="" id="toggle">toggle</a>
</nav>
</section>
<section id="animationFunctions">
<nav>
@spencermathews
spencermathews / image demo hover preload.markdown
Last active February 5, 2016 00:51
image demo hover preload