index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ngAnimate
/
animate.js
Age
Commit message (
Expand
)
Author
2013-10-22
style: make jshint happy
Vojta Jina
2013-10-22
fix(ngAnimate): fix cancelChildAnimations throwing exception
Grzegorz Lachowski
2013-10-18
docs: correct broken links
Vojta Jina
2013-10-12
fix($animate): ensure that a timeStamp is created if not provided by the brow...
Matias Niemelä
2013-10-11
docs(ngAnimate): fix link to ngClass page
Saul Maddox
2013-10-10
fix($animate): perform internal caching on getComputedStyle to boost the perf...
Matias Niemelä
2013-10-10
fix($animate): ensure structural animations skip all child animations even if...
Matias Niemelä
2013-10-10
refactor($animate): queue all successive animations to use only one reflow
Matias Niemelä
2013-10-10
fix($animate): cancel any ongoing child animations during move and leave anim...
Matias Niemelä
2013-10-10
fix($animate): ensure elapsedTime always considers delay values
Matias Niemelä
2013-10-10
refactor($animate): avoid checking for transition/animation support during ea...
Matias Niemelä
2013-10-01
fix($animator): avoid completing the animation asynchronously unless CSS tran...
Matias Niemelä
2013-10-01
refactor($ngAnimate): simplify the animation event rewrite
Michał Gołębiowski
2013-09-30
fix($animate): ensure transition-property is not changed when only keyframe a...
Matias Niemelä
2013-09-26
fix(ngAnimate): ensure that delays are always considered before an animation ...
Matias Niemelä
2013-09-06
fix(ngAnimate): check elapsedTime on current event
Matias Niemelä
2013-09-05
refactor($animate): use CSS3 transition/animation events instead of $timeouts...
Matias Niemelä
2013-09-03
fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...
Matias Niemelä
2013-09-03
fix(ngAnimate): cut down on extra $timeout calls
Matias Niemelä
2013-08-23
fix($animate): skip ngAnimate animations if the provided element already has ...
Matias Niemelä
2013-08-23
fix($animate): only execute a timeout when transitions or keyframe animations...
Matias Niemelä
2013-08-22
docs(module): improve the installation instructions for optional modules
Brian Ford
2013-08-09
fix(ngAnimate): make sure that the class value passed into addClass/removeCla...
Matias Niemelä
2013-08-03
chore(ngdocs): provide detailed documentation for the $animate service timeline
Matias Niemelä
2013-08-03
fix(animate): cleanup global leaked vars.
Misko Hevery
2013-08-03
fix(ngAnimate): remove compound JS selector animations
Matias Niemelä
2013-07-27
docs(animate): add param name
Pete Bacon Darwin
2013-07-27
fix(animate): move forEach so it can be accessed as needed
Pete Bacon Darwin
2013-07-26
fix($animate): make animation onComplete callbacks async
Matias Niemelä
2013-07-26
fix(ngAnimate): $timeout integration and cancel callbacks added
Matias Niemelä
2013-07-26
fix(ngInclude): $animate refactoring + use transclusion
Matias Niemelä
2013-07-26
chore($animate): replace show/hide with addClass/removeClass
Matias Niemelä
2013-07-26
feat(ngAnimate): complete rewrite of animations
Matias Niemelä