aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate
AgeCommit message (Expand)Author
2013-09-26fix(ngAnimate): ensure that delays are always considered before an animation ...Matias Niemelä
2013-09-06fix(ngAnimate): check elapsedTime on current eventMatias Niemelä
2013-09-05refactor($animate): use CSS3 transition/animation events instead of $timeouts...Matias Niemelä
2013-09-03fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...Matias Niemelä
2013-09-03fix(ngAnimate): cut down on extra $timeout callsMatias Niemelä
2013-08-23fix($animate): skip ngAnimate animations if the provided element already has ...Matias Niemelä
2013-08-23fix($animate): only execute a timeout when transitions or keyframe animations...Matias Niemelä
2013-08-22docs(module): improve the installation instructions for optional modulesBrian Ford
2013-08-09fix(ngAnimate): make sure that the class value passed into addClass/removeCla...Matias Niemelä
2013-08-03chore(ngdocs): provide detailed documentation for the $animate service timelineMatias Niemelä
2013-08-03fix(animate): cleanup global leaked vars.Misko Hevery
2013-08-03fix(ngAnimate): remove compound JS selector animationsMatias Niemelä
2013-07-27docs(animate): add param namePete Bacon Darwin
2013-07-27fix(animate): move forEach so it can be accessed as neededPete Bacon Darwin
2013-07-26fix($animate): make animation onComplete callbacks asyncMatias Niemelä
2013-07-26fix(ngAnimate): $timeout integration and cancel callbacks addedMatias Niemelä
2013-07-26fix(ngInclude): $animate refactoring + use transclusionMatias Niemelä
2013-07-26chore($animate): replace show/hide with addClass/removeClassMatias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä