A function support for 'jQuery.Animation'

'jQuery.Animation' is a function that has been added from version 1.8.
This commit is contained in:
YusukeHirao
2013-08-14 19:47:54 +09:00
parent e4c97e410c
commit 331e1f7b4c

3
jquery/jquery.d.ts vendored
View File

@@ -374,6 +374,9 @@ interface JQueryStatic {
* @param keepScripts A Boolean indicating whether to include scripts passed in the HTML string
*/
parseHTML(data: string, context?: HTMLElement, keepScripts?: boolean): any[];
Animation(elem: any, properties: any, options: any): any;
}
/*