UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

A fork of tweakpane-plugin-rotation with build optimizations.

6 lines (5 loc) 142 B
/** * hand-picked random polynomial that looks cool * clamped in [0.0 - 1.0] */ export declare function iikanjiEaseout(x: number): number;