Created
April 19, 2016 18:14
-
-
Save abusedmedia/810cfe94a6d05f0055046a51bb41ffa5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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