UNPKG

skynovel

Version:
11 lines (10 loc) 274 B
/// <reference types="tween.js" /> export interface ITwInf { tw: TWEEN.Tween | null; resume: boolean; onComplete?: () => void; } export declare class CmnTween { private static readonly hEase; static ease(nm: string | undefined): (k: number) => number; }