mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #860 from YusukeHirao/master
A function support for 'jQuery.Animation'
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