Module jumpy::prelude::kira::tween

Expand description

Smooth interpolation between values.

Structs§

  • A transformation from a modulator’s value to a parameter value.
  • Manages and updates a value that can be smoothly transitioned and linked to modulators.
  • Describes a smooth transition between values.

Enums§

  • Curves the motion of a Tween.
  • A value that a parameter can be linked to.

Traits§

  • A trait for types that can be smoothly interpolated.