@putLimeInCoconut wrote:
hello!
i am porting an AS3 game to cocos2d-js and i am trying to find a replacement for the Transitionmanger.
In AS3 I would do:myTransitionManager = new TransitionManager(this); myTransitionManager.startTransition({type:Iris, direction:Transition.IN, duration:.5, easing:Strong.easeOut, startPoint:5, shape:Iris.CIRCLE});
Anything similar in JS somewhere?
Thanks.
Posts: 1
Participants: 1