Skip to content

Instantly share code, notes, and snippets.

@Jiwoks
Last active December 15, 2015 20:58
Show Gist options
  • Select an option

  • Save Jiwoks/5322245 to your computer and use it in GitHub Desktop.

Select an option

Save Jiwoks/5322245 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
$('.heapshot').heapshot({
'indexStart' : 100,
'rotation' : 80,
'easing' : function(x, t, b, c, d){return c*t/d + b;},
'overflowparents' : true,
'autostart' : true,
'animationdelay' : 1500
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment