Created
April 24, 2016 10:14
-
-
Save iamryanyu/5bad414e9c19ef26bafb01471d68881d 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
TweenMax.to($('.graph__bar--red'), 1.2, { | |
scaleY: 1, | |
ease: Elastic.easeOut.config(1, 0.2) | |
}); | |
TweenMax.to($('.graph__bar--green'), 1.2, { | |
scaleY: 1, | |
ease: Elastic.easeOut.config(1, 0.2) | |
}); | |
TweenMax.to($('.graph__bar--yellow'), 1.2, { | |
scaleY: 1, | |
ease: Elastic.easeOut.config(1, 0.2) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment