Is there any transform action function

I want to make transform animation something like cocos2d-x has.

for example ScaleTo(TargetScale, Duration), or RotateTo(TargetRotate, Duration, EaseFunction), MoveTo(…, … ), …

is there any function for that? am I have to make my own function?