mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Add jQuery animate() overload
This commit is contained in:
Vendored
+1
@@ -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