We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc.spawn
cc.easeIn
cc.scaleTo
cc.fadeOut
cc.removeSelf
cc.delayTyme
cc.easeExponentialIn
イージングの書き方は cc.easeIn のドキュメントを参考にすると action.easing(cc.easeIn(3)); という感じのようだ. cocos2d-x と同じように cc.easeIn(action, 0.5) という形で書くと,cocos2d-js ではエラーになった. 注意すること.
action.easing(cc.easeIn(3));
cc.easeIn(action, 0.5)
The text was updated successfully, but these errors were encountered:
Merge branch '4.12.1'
5a86e66
refs #36
No branches or pull requests
cc.spawn
cc.easeIn
cc.scaleTo
cc.fadeOut
cc.removeSelf
cc.delayTyme
cc.easeExponentialIn
イージングの書き方は
cc.easeIn
のドキュメントを参考にするとaction.easing(cc.easeIn(3));
という感じのようだ.cocos2d-x と同じように
cc.easeIn(action, 0.5)
という形で書くと,cocos2d-js ではエラーになった.注意すること.
The text was updated successfully, but these errors were encountered: