TransitionEaseScene can ease the actions of the scene protocol. More...
#include <CCTransition.h>
Public Member Functions | |
virtual | ~TransitionEaseScene () |
Constructor. More... | |
local | ~TransitionEaseScene () |
Constructor. More... | |
virtual ActionInterval * | easeActionWithAction (ActionInterval *action)=0 |
Returns the Ease action that will be performed on a linear action. More... | |
local | easeActionWithAction ( local action) |
Returns the Ease action that will be performed on a linear action. More... | |
TransitionEaseScene can ease the actions of the scene protocol.
|
inlinevirtual |
Constructor.
|
inlinevirtual |
Constructor.
|
pure virtual |
Returns the Ease action that will be performed on a linear action.
action | A given interval action. |
Implemented in TransitionFadeTR, TransitionSplitCols, TransitionTurnOffTiles, TransitionShrinkGrow, TransitionSlideInL, and TransitionMoveInL.
|
pure virtual |
Returns the Ease action that will be performed on a linear action.
action | A given interval action. |
Implemented in TransitionFadeTR, TransitionSplitCols, TransitionTurnOffTiles, TransitionShrinkGrow, TransitionSlideInL, and TransitionMoveInL.