MCPcopy Create free account
hub / github.com/axmolengine/axmol / easeActionWithAction

Method easeActionWithAction

core/2d/Transition.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375ActionInterval* TransitionMoveInL::easeActionWithAction(ActionInterval* action)
376{
377 return EaseOut::create(action, 2.0f);
378 // return [EaseElasticOut actionWithAction:action period:0.4f];
379}
380
381void TransitionMoveInL::initScenes()
382{

Callers 1

onEnterMethod · 0.95

Calls 1

createFunction · 0.85

Tested by

no test coverage detected