Class Index | File Index

Classes


Class cc.EaseSineIn


Extends cc.ActionEase.

Defined in: CCActionEase.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Ease Sine In
Method Summary
Method Attributes Method Name and Description
<static>  
cc.EaseSineIn.create(action)
creates the action
 
 
update(time1)
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.EaseSineIn()
Ease Sine In
Method Detail
<static> {cc.EaseSineIn} cc.EaseSineIn.create(action)
creates the action
// example
var moveSineIn = cc.EaseSineIn.create(action);
Parameters:
{cc.ActionInterval} action
Returns:
{cc.EaseSineIn}

{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)