Module kira::tween[][src]

Expand description

Smooth interpolation between values.

Structs

Describes a smooth transition between values.

Holds a value and plays back tweens which smoothly adjust that value.

Enums

Curves the motion of a Tween.

Traits

A trait for types that can be used with a Tweener.