mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove IAnimateService in angular.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -26,7 +26,7 @@ declare module angular.animate {
|
||||
* AnimateService
|
||||
* see http://docs.angularjs.org/api/ngAnimate/service/$animate
|
||||
*/
|
||||
interface IAnimateService extends angular.IAnimateService {
|
||||
interface IAnimateService {
|
||||
/**
|
||||
* Globally enables / disables animations.
|
||||
*
|
||||
|
||||
Vendored
-12
@@ -1713,18 +1713,6 @@ declare module angular {
|
||||
inheritedData(key?: string): any;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// AnimateService
|
||||
// see http://docs.angularjs.org/api/ng.$animate
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
interface IAnimateService {
|
||||
addClass(element: JQuery, className: string, options?: animate.IAnimationOptions): IPromise<any>;
|
||||
enter(element: JQuery, parent: JQuery, after: JQuery, done?: Function): void;
|
||||
leave(element: JQuery, done?: Function): void;
|
||||
move(element: JQuery, parent: JQuery, after: JQuery, done?: Function): void;
|
||||
removeClass(element: JQuery, className: string, options?: animate.IAnimationOptions): void;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// AUTO module (angular.js)
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user