Class Index | File Index

Classes


Class cc.EaseInOut


Extends cc.EaseRateAction.

Defined in: CCActionEase.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.EaseInOut action with a rate
Method Summary
Method Attributes Method Name and Description
<static>  
cc.EaseInOut.create(action, rate)
Creates the action with the inner action and the rate parameter
 
 
update(time1)
Methods borrowed from class cc.EaseRateAction:
getRate, initWithAction, setRate
Methods borrowed from class cc.ActionEase:
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.EaseInOut()
cc.EaseInOut action with a rate
Method Detail
<static> {cc.EaseInOut} cc.EaseInOut.create(action, rate)
Creates the action with the inner action and the rate parameter
// example
var moveEaseInOut = cc.EaseInOut.create(action, 3.0);
Parameters:
{cc.ActionInterval} action
{Number} rate
Returns:
{cc.EaseInOut}

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

update(time1)
Parameters:
{Number} time1

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