cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
CCTransitionEaseScene can ease the actions of the scene protocol. More...
#include <CCTransition.h>
Public Member Functions | |
virtual CCActionInterval * | easeActionWithAction (CCActionInterval *action)=0 |
returns the Ease action that will be performed on a linear action. More... | |
CCTransitionEaseScene can ease the actions of the scene protocol.
|
pure virtual |
returns the Ease action that will be performed on a linear action.
Implemented in CCTransitionMoveInL, CCTransitionSlideInL, CCTransitionShrinkGrow, CCTransitionTurnOffTiles, CCTransitionSplitCols, and CCTransitionFadeTR.