Skip to content

Instantly share code, notes, and snippets.

View akwasin's full-sized avatar

AJKarikari akwasin

  • Lund, Sweden
View GitHub Profile
<button>fade toggle 1</button>
<button>fade toggle 2</button>
<p>This paragraph has a slow, linear fade.</p>
<p>This paragraph has a fast animation.</p>
<div id="log"></div>
$( "button:first" ).hover(function() {
$( "p:first" ).fadeToggle( "slow", "linear" );
});
$( "button:last" ).hover(function() {
@akwasin
akwasin / Test
Last active December 10, 2015 14:18
hejhej