mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
angular-animate - updated enabled
This commit is contained in:
4
angularjs/angular-animate.d.ts
vendored
4
angularjs/angular-animate.d.ts
vendored
@@ -30,11 +30,11 @@ declare module angular.animate {
|
||||
/**
|
||||
* Globally enables / disables animations.
|
||||
*
|
||||
* @param value If provided then set the animation on or off.
|
||||
* @param element If provided then the element will be used to represent the enable/disable operation.
|
||||
* @param value If provided then set the animation on or off.
|
||||
* @returns current animation state
|
||||
*/
|
||||
enabled(value?: boolean, element?: JQuery): boolean;
|
||||
enabled(element?: JQuery, value?: boolean): boolean;
|
||||
|
||||
/**
|
||||
* Performs an inline animation on the element.
|
||||
|
||||
Reference in New Issue
Block a user