Tweening engine for Cocos2d-x?

Hi!,

We all know the importance of a goog tweening engine in every game engine. For example in unity3d I have used the magnificient HOTween one, in flash anothers, etc… Tweening brings an way to animate diferent things in our games and it is a way to give a professional touch to animations, etc… Is there anything like this in cocos2d-x? I have been browsing the documentation without luck.

Thanks in advance.

Do you need something more than simple rotation/scale/position transforms? If not, then CCActions should be enough.

The problem is that it seems it is not possible to apply easy ins and easy outs with this actions. Am I missing something?

Thanks in advance.