Commit Graph

30 Commits

Author SHA1 Message Date
Andrew Mayorov
d9e7db3b10 $animate.enabled() is also callable w/o params (#9961)
* $animate.enabled() is also callable w/o params

* Removed one overload in favour for optional parameter.
2016-07-09 15:15:15 +09:00
Stijn Van Nieuwenhuyse
16a685f88b Fix angular-animate definitions
- Rename transition to transitionStyle and keyframe to keyFrameStyle
- Add missing structural and cleanupStyles properties
2016-06-24 10:55:06 +02:00
Mohamed Hegazy
bac71b9a6e Merge pull request #8354 from rgvassar/animateService
angular-animate
2016-06-22 16:44:02 -07:00
Georgii Dolzhykov
592a11f956 Deprecate IAugmentedJQuery and IAugmentedJQueryStatic because Angular doesn't create separate derived types. It directly extends jQuery.prototype. (#9632) 2016-06-14 18:12:01 +09:00
Horiuchi_H
f0b2681b48 Merge pull request #8566 from okamiconcept/patch-2
Fix module definition for IModule
2016-04-07 17:51:21 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
okamiconcept
151405fb05 Fix module definition for IModule
Put the IModule definition in angular module.
2016-03-15 12:28:10 +01:00
RVassar
ede411d005 Merge branch 'master' into animateService
# Conflicts:
#	angularjs/angular-animate.d.ts

Conflicts resolved.
2016-03-12 20:24:26 -08:00
rgvassar
41d21c491c angular-animate
Added the on, off, and pin methods to the IAnimateService interface.
2016-03-02 10:25:09 -08:00
Michal Miszczyszyn
65347efe70 Update AngularJS to 1.5 2016-02-20 21:54:16 +01:00
Dmitri Suvorov
3c26c6546f Fixed typo 2015-10-24 15:53:16 +03:00
unknown
8302f8f839 Remove IAnimateService in angular.d.ts 2015-09-21 08:56:07 +05:00
unknown
aebfb46ca9 angular-animate - updated enabled 2015-09-11 11:42:02 +02:00
CodySchaaf
48daae6584 Adds angular-animateCss definitions
Re-adds deprecated ICookieStoreService since it can
still be used...for now.
Allow validators viewValue be an object, not just string.
2015-07-07 10:49:19 -07:00
chr22
c6f469b360 Update namespace from ng -> angular 2015-05-08 15:47:09 +02:00
Chris Barr
d2d2a6586b Adding params for Angular JS animation options
According to [The ngAnimate Documentation](https://docs.angularjs.org/api/ngAnimate/#applying-directive-specific-styles-to-an-animation it), it's possible to optionally specify animation `to` and `from` prameters in an object that can optionally be passed in to `animate` `enter` `leave` `addClass` `removeClass` and `setClass`
2015-03-23 12:30:51 -04:00
vvakame
32194eaa6f add commonjs module declarations to angular 2015-03-17 22:24:15 +09:00
Basarat Ali Syed
1571e6b394 Update angular-animate.d.ts 2015-03-12 11:40:58 +11:00
Raphael Schweizer
a6625f5962 add angular $animate.animate declaration 2015-03-06 13:07:51 +01:00
Jeremy Bell
c71628e076 Adding legacy 1.2 versions of angular-animate, angular-cookies, angular-mocks, angular-resource, angular-route, angular-sanitize, and angular-scenario to address a reference issue when you bring in the 1.2 version of the core angular library. Updated documentation links in the 1.2 versions to point to the 1.2 versions of the documentation. Labeled /angularjs/angular-*.ts as 1.3 in the headers. These will be the starting points for a deeper 1.3 update review - though they are mostly backwards compatible as-is. 2014-11-06 16:10:37 -05:00
Adi Dahiya
8d6654ebf3 Fix 'move' method name in angularjs $animate service typings 2014-10-10 10:51:04 -04:00
Adi Dahiya
df4413992a Add return type to cancel fn in $animate 2014-10-08 00:06:13 -04:00
Adi Dahiya
05432c972c Add return type to register fn in $animateProvider 2014-10-08 00:01:10 -04:00
Adi Dahiya
e00a5588ee Improve $animate service typings 2014-10-07 23:57:05 -04:00
Adi Dahiya
69ec24c5e9 Add default $animateProvider in angular.d.ts 2014-10-07 23:56:38 -04:00
Adi Dahiya
aaa4710e63 Add definitions for $animateProvider in angularjs
As per the docs [here](https://docs.angularjs.org/api/ng/provider/$animateProvider).
2014-10-07 12:16:58 -04:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
Michel Salib
62f9fa8fda Adding angular $animate definition 2014-02-12 14:50:21 +01:00