Control.Varying.Tween

Tweening types

type Easing t f

type TweenT f t m

type Tween f t

Running tweens

runTweenT

scanTween

tweenStream

Creating tweens

tween

tween_

constant

withTween

withTween_

Interpolation functions

linear

easeInCirc

easeOutCirc

easeInExpo

easeOutExpo

easeInSine

easeOutSine

easeInOutSine

easeInPow

easeOutPow

easeInCubic

easeOutCubic

easeInQuad

easeOutQuad

Writing your own tweens