Created
November 26, 2012 06:37
-
-
Save RhinoLu/4146872 to your computer and use it in GitHub Desktop.
使用 TweenMax 製作漂浮效果
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(something, 1, new TweenMaxVars().y(50, true).ease(Quad.easeInOut).yoyo(true).repeat(-1).vars); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment