UNPKG

sound-manager

Version:
12 lines (10 loc) 243 B
import { EasingCurves, } from '../enums/EasingCurves'; import { IFadeProperty, } from './IFadeProperty'; export interface IFade { readonly easingCurve: IFadeProperty<EasingCurves>; readonly length: IFadeProperty<number>; }