Sine
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 29 Jan 2006 |
| Author: | Arthur Clemens |
| Classpath: | playground.classes.util.transitions.tween.Sine |
| File last modified: | Sunday, 29 January 2006, 17:56:02 |
Sine tween functions.
Class methods
easeIn
static function easeIn (
t:Number,
b:Number,
c:Number,
d:Number) : Number
Parameters:
t:
current time
b:
beginning value
c:
total change
d:
duration
easeInOut
static function easeInOut (
t:Number,
b:Number,
c:Number,
d:Number) : Number
Parameters:
t:
current time
b:
beginning value
c:
total change
d:
duration
easeOut
static function easeOut (
t:Number,
b:Number,
c:Number,
d:Number) : Number
Parameters:
t:
current time
b:
beginning value
c:
total change
d:
duration