mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Add jQuery animate() overload
This commit is contained in:
1
Definitions/jquery-1.8.d.ts
vendored
1
Definitions/jquery-1.8.d.ts
vendored
@@ -419,6 +419,7 @@ interface JQuery {
|
||||
/*******
|
||||
EFFECTS
|
||||
********/
|
||||
animate(properties: any, duration?: any, complete?: Function): JQuery;
|
||||
animate(properties: any, duration?: any, easing?: string, complete?: Function): JQuery;
|
||||
animate(properties: any, options: { duration?: any; easing?: string; complete?: Function; step?: Function; queue?: bool; specialEasing?: any; });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user