atelier.core.tween

Tweening

Members

Aliases

EasingFunction
alias EasingFunction = float function(float)
Undocumented in source.

Enums

Ease
enum Ease

Easing behaviour.

Functions

easeInBack
float easeInBack(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInBounce
float easeInBounce(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInCirc
float easeInCirc(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInCubic
float easeInCubic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInElastic
float easeInElastic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInExp
float easeInExp(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutBack
float easeInOutBack(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutBounce
float easeInOutBounce(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutCirc
float easeInOutCirc(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutCubic
float easeInOutCubic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutElastic
float easeInOutElastic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutExp
float easeInOutExp(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutQuad
float easeInOutQuad(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutQuart
float easeInOutQuart(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutQuint
float easeInOutQuint(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInOutSine
float easeInOutSine(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInQuad
float easeInQuad(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInQuart
float easeInQuart(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInQuint
float easeInQuint(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeInSine
float easeInSine(float t)

Sine

easeLinear
float easeLinear(float t)

Linear

easeOutBack
float easeOutBack(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutBounce
float easeOutBounce(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutCirc
float easeOutCirc(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutCubic
float easeOutCubic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutElastic
float easeOutElastic(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutExp
float easeOutExp(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutQuad
float easeOutQuad(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutQuart
float easeOutQuart(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutQuint
float easeOutQuint(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
easeOutSine
float easeOutSine(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
getEasingFunction
EasingFunction getEasingFunction(Ease ease)

Returns an easing function.

Meta

License

Zlib

Authors

Enalye