UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (9 loc) 425 B
// Type definitions for GSAP v1.16.0 // Project: http://greensock.com/ // Definitions by: VILIC VANE <https://vilic.github.io/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare class Ease { constructor(func?: Function, extraParams?: any[], type?: number, power?: number); /** Translates the tween's progress ratio into the corresponding ease ratio. */ getRatio(p: number): number; }