diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index d3a4e04ce8..55bb15bed5 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -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; + } /*