mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
A function support for 'jQuery.Animation'
'jQuery.Animation' is a function that has been added from version 1.8.
This commit is contained in:
3
jquery/jquery.d.ts
vendored
3
jquery/jquery.d.ts
vendored
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user