aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate/animate.js
AgeCommit message (Expand)Author
2013-11-20fix(ngAnimate): use a fallback CSS property that doesn't break existing stylesMatias Niemelä
2013-11-20fix($animate): ensure the DOM operation isn't run twiceMatias Niemelä
2013-11-20docs(ngAnimate): fixed two small typosJarrett Harris
2013-11-19docs($animate): update the docs explaining enable/disable for specific elementsMatias Niemelä
2013-11-08fix($animate): don't force animations to be enabledIgor Minar
2013-11-08refactor($animate): speed up animationsDisabled checkIgor Minar
2013-11-06fix($animate): only apply the fallback property if any transition animations ...Matias Niemelä
2013-11-05chore(docs): update $animate and ngAnimate docsMatias Niemelä
2013-11-05feat($animate): ensure CSS transitions can work with inherited CSS class defi...Matias Niemelä
2013-11-05fix($animate): avoid hanging animations if the active CSS transition class is...Matias Niemelä
2013-11-05fix($animate): ensure staggering animations understand multiple delay valuesMatias Niemelä
2013-11-05fix($animate): ensure the active class is not applied if cancelled during reflowMatias Niemelä
2013-10-28fix($animate): use direct DOM comparison when checking for $rootElementMatias Niemelä
2013-10-28fix($animate): ensure former nodes are fully cleaned up when a follow-up stru...Matias Niemelä
2013-10-28fix($animate): ensure enable/disable animations work when the document node i...Matias Niemelä
2013-10-28feat(ngAnimate): provide support for staggering animations with CSSMatias Niemelä
2013-10-24fix($animate): skip unnecessary addClass/removeClass animationsMatias Niemelä
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-23fix($animate): ensure animations work properly when the $rootElement is being...Matias Niemelä
2013-10-23fix($animate): only cancel class-based animations if the follow-up class cont...Matias Niemelä
2013-10-22style: make jshint happyVojta Jina
2013-10-22fix(ngAnimate): fix cancelChildAnimations throwing exceptionGrzegorz Lachowski
2013-10-18docs: correct broken linksVojta Jina
2013-10-12fix($animate): ensure that a timeStamp is created if not provided by the brow...Matias Niemelä
2013-10-11docs(ngAnimate): fix link to ngClass pageSaul Maddox
2013-10-10fix($animate): perform internal caching on getComputedStyle to boost the perf...Matias Niemelä
2013-10-10fix($animate): ensure structural animations skip all child animations even if...Matias Niemelä
2013-10-10refactor($animate): queue all successive animations to use only one reflowMatias Niemelä
2013-10-10fix($animate): cancel any ongoing child animations during move and leave anim...Matias Niemelä
2013-10-10fix($animate): ensure elapsedTime always considers delay valuesMatias Niemelä
2013-10-10refactor($animate): avoid checking for transition/animation support during ea...Matias Niemelä
2013-10-01fix($animator): avoid completing the animation asynchronously unless CSS tran...Matias Niemelä
2013-10-01refactor($ngAnimate): simplify the animation event rewriteMichał Gołębiowski
2013-09-30fix($animate): ensure transition-property is not changed when only keyframe a...Matias Niemelä
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ä