Type alias CrossFaded<T>

CrossFaded<T>: {
    from: T;
    to: T;
}

A from-to type

Type Parameters

  • T

Type declaration

  • from: T
  • to: T