Namespace Simples.Animation.tweens
Simples.Animation.tweens
Defined in: animation.js.
Constructor Attributes | Constructor Name and Description |
---|---|
default tweens for animation
|
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)
|
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
<static>
Simples.Animation.tweens.quadratic(frame, frameCount, start, delta)
- Parameters:
- frame
- frameCount
- start
- delta