function
linear
parameter |
optional |
description |
t |
Yes |
current time |
b |
Yes |
begining value |
c |
Yes |
change in value |
d |
Yes |
duration |
return value at this time.
other function
name |
description |
IntLinear |
return integer |
rgbaLinear |
return integer or float |
easeIn |
- |
easeOut |
- |
easeInOut |
- |
cubicEaseIn |
- |
cubicEaseOut |
- |
cubicEaseInOut |
- |
quartEaseIn |
- |
quartEaseOut |
- |
quartEaseInOut |
- |
quintEaseIn |
- |
quintEaseOut |
- |
quintEaseOut |
- |
sineEaseIn |
- |
sineEaseOut |
- |
sineEaseInOut |
- |
expoEaseIn |
- |
expoEaseOut |
- |
expoEaseInOut |
- |
circEaseIn |
- |
circEaseOut |
- |
circEaseInOut |
- |
bounceEaseIn |
- |
bounceEaseOut |
- |
bounceEaseInOut |
- |