phaser/v3/typings/math/easing/Elastic.d.ts
2017-01-16 22:43:07 +01:00

3 lines
223 B
TypeScript

export declare function In(v: any, amplitude: any, period: any): number;
export declare function Out(v: any, amplitude: any, period: any): number;
export declare function InOut(v: any, amplitude: any, period: any): number;