mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Now tslint won't show error if I pass a function with parameteres to callback in TweenMax/TweenLite/TimelineMax/TimelineLite.
21 lines
793 B
TypeScript
21 lines
793 B
TypeScript
// Type definitions for GSAP 1.20.6
|
|
// Project: http://greensock.com/
|
|
// Definitions by: VILIC VANE <https://vilic.github.io/>,
|
|
// Robert S <https://github.com/codebelt>,
|
|
// Richard Fox <https://github.com/ProbablePrime>,
|
|
// Philip Bulley <https://github.com/philipbulley>,
|
|
// Leonardo Melo <https://github.com/leomeloxp>
|
|
// Adem Hodzic <https://github.com/AdemHodzic>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="Animation.d.ts"/>
|
|
/// <reference path="Ease.d.ts"/>
|
|
/// <reference path="TweenConfig.d.ts"/>
|
|
/// <reference path="Tween.d.ts"/>
|
|
/// <reference path="Timeline.d.ts"/>
|
|
/// <reference path="Plugins.d.ts"/>
|
|
|
|
declare module "gsap" {
|
|
export = gsap;
|
|
}
|