Class Index | File Index

Classes


Class cc.EaseExponentialInOut


Extends cc.ActionEase.

Defined in: CCActionEase.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Ease Exponential InOut
Method Summary
Method Attributes Method Name and Description
<static>  
cc.EaseExponentialInOut.create(action)
creates the action
 
 
update(time)
Methods borrowed from class cc.ActionEase:
initWithAction, startWithTarget, stop
Methods borrowed from class cc.ActionInterval:
getAmplitudeRate, getElapsed, initWithDuration, isDone, setAmplitudeRate, step
Methods borrowed from class cc.FiniteTimeAction:
getDuration, setDuration
Methods borrowed from class cc.Action:
copy, copyWithZone, description, getOriginalTarget, getTag, getTarget, release, retain, setOriginalTarget, setTag, setTarget
Class Detail
cc.EaseExponentialInOut()
Ease Exponential InOut
Method Detail
<static> {cc.EaseExponentialInOut} cc.EaseExponentialInOut.create(action)
creates the action
// example
var moveEaseExponentialInOut = cc.EaseExponentialInOut.create(action);
Parameters:
{cc.ActionInterval} action
Returns:
{cc.EaseExponentialInOut}

{cc.EaseExponentialInOut} reverse()
Returns:
{cc.EaseExponentialInOut}

update(time)
Parameters:
{Number} time

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:51 GMT-0800 (PST)