Class Index | File Index

Classes


Namespace Simples.Animation.tweens

Simples.Animation.tweens
Defined in: animation.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
default tweens for animation
Method Summary
Method Attributes Method Name and Description
<static>  
Simples.Animation.tweens.easing(frame:, frameCount:, start:, delta:)
<static>  
Simples.Animation.tweens.linear(frame, frameCount, start, delta)
<static>  
Simples.Animation.tweens.quadratic(frame, frameCount, start, delta)
Namespace Detail
Simples.Animation.tweens
default tweens for animation
Method Detail
<static> Simples.Animation.tweens.easing(frame:, frameCount:, start:, delta:)
Parameters:
frame:
current frame
frameCount:
total frames for animations
start:
start value for tween
delta:
difference to end value

<static> Simples.Animation.tweens.linear(frame, frameCount, start, delta)
Parameters:
frame
frameCount
start
delta
See:
Simples.Animation.tweens.easing

<static> Simples.Animation.tweens.quadratic(frame, frameCount, start, delta)
Parameters:
frame
frameCount
start
delta
See:
Simples.Animation.tweens.easing

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jan 04 2012 20:38:22 GMT-0000 (GMT)