Skip to content

Instantly share code, notes, and snippets.

@abusedmedia
Created April 19, 2016 18:14
Show Gist options
  • Select an option

  • Save abusedmedia/810cfe94a6d05f0055046a51bb41ffa5 to your computer and use it in GitHub Desktop.

Select an option

Save abusedmedia/810cfe94a6d05f0055046a51bb41ffa5 to your computer and use it in GitHub Desktop.
var svg_path = "ui.svg"
Proto.placeSVG(svg_path, init)
function init(){
//$('body').removeClass('mobileready')
Proto.coach('#wait', proceed)
function proceed(){
TweenMax.staggerTo('#gr > circle', 1.5, {attr:{r:10}, ease:Expo.easeInOut}, .1)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment