I want to use 'Ease' action in cocos2d-js (javascript language) but there is only info in c++ language. Can you help me by showing me some example codes?
Detail:
- Move, Rotate, Scale actions I am using.
- I am using all of this in SPAWN action.
- I want to make this SPAWN ACTION 'ease's.
Example code please. Thanks in advance.
http://www.cocos2d-x.org/reference/html5-js/V3.6/index.html
If you go
cc.Class -> cc.Action -> cc.FiniteTimeAction -> cc.ActionInterval -> cc.ActionEase
There there are all the easings with examples in the doc but it goes like this:
Hope it helps