Skip to content

Instantly share code, notes, and snippets.

@humaan
Created May 14, 2014 06:54
Show Gist options
  • Save humaan/1c331e945dc3053ea91c to your computer and use it in GitHub Desktop.
Save humaan/1c331e945dc3053ea91c to your computer and use it in GitHub Desktop.
Hover animation
$('#logo').hover(function(){
//Hover in
parts.head.animate({
path : paths.blob
}, 800, mina.elastic );
}, function(){
//Hover out
parts.head.animate({
path : paths.head
}, 800, mina.elastic );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment