aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngAnimate/animateSpec.js
AgeCommit message (Expand)Author
2014-03-14fix(ngAnimate): setting classNameFilter disables animation inside ng-ifTomer Chachamu
2014-02-28fix($animate): delegate down to addClass/removeClass if setClass is not foundMatias Niemelä
2014-02-26fix($animate): ensure all comment nodes are removed during a leave animationMatias Niemelä
2014-02-26fix($animate): only block keyframes if a stagger is set to occurMatias Niemelä
2014-02-26fix(ngAnimate): TypeError Cannot call method 'querySelectorAll' in cancelChil...Stanislav Sysoev
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...Matias Niemelä
2014-02-26test($animate): ensure staggering timeout tests are secureMatias Niemelä
2014-02-26fix($animate): ensure all animated elements are taken care of during the clos...Matias Niemelä
2014-02-24perf($animate): use rAF instead of timeouts to issue animation callbacksMatias Niemelä
2014-02-14style(animate): remove wsIgor Minar
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias Niemelä
2014-02-14pref($animate): only trigger DOM callbacks if registered on the element being...Matias Niemelä
2014-02-14pref($animate): group all asynchronous requests into one shared bufferMatias Niemelä
2014-02-06fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...Matias Niemelä
2014-01-24feat($animate): provide support for a close callbackMatias Niemelä
2014-01-14feat($animate): provide support for DOM callbacksMatias Niemelä
2014-01-14feat($animate): use requestAnimationFrame instead of a timeout to issue a reflowMatias Niemelä
2014-01-14fix($animate): ensure the final closing timeout respects staggering animationsMatias Niemelä
2014-01-14chore($animate): remove useless and expired testMatias Niemelä
2014-01-14fix($animate): prevent race conditions for class-based animations when animat...Matias Niemelä
2014-01-14fix($animate): correctly detect and handle CSS transition changes during clas...Matias Niemelä
2014-01-14fix($animate): avoid accidentally matching substrings when resolving the pres...Matias Niemelä
2014-01-06refactor(animate): remove duplicate lineChris Chua
2014-01-03fix($animate): ensure class-based animations are always skipped before struct...Matias Niemelä
2014-01-02fix(animate): remove trailing `s`Olivier Louvignes
2013-12-19feat(ngAnimate): provide configuration support to match specific className va...Matias Niemelä
2013-12-19style(animateSpec): ensure spacing between specs and describes is consistentMatias Niemelä
2013-12-19fix($animate): use a scheduled timeout in favor of a fallback property to clo...Matias Niemelä
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-05fix($animate): ensure animations work with directives that share a transclusionMatias Niemelä
2013-12-04fix($animate): ensure ms durations are properly roundedMatias Niemelä
2013-11-25fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...Matias Niemelä
2013-11-23fix($animate): ensure blocked keyframe animations are unblocked before the DO...Matias Niemelä
2013-11-21fix(ngAnimate): correctly retain and restore existing styles during and after...Peter Deak
2013-11-21fix($animate): ensure keyframe animations are blocked around the reflowMatias Niemelä
2013-11-21fix($animate): ensure transition animations are unblocked before the dom oper...Matias Niemelä
2013-11-21fix($animate): ensure addClass/removeClass animations do not snap during reflowMatias Niemelä
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-08fix(animateSpec): run digest to enable animations before testsPete Bacon Darwin
2013-11-06fix($animate): only apply the fallback property if any transition animations ...Matias Niemelä
2013-11-05feat($animate): ensure CSS transitions can work with inherited CSS class defi...Matias Niemelä
2013-11-05chore(animateSpec): provide meaningful CSS class names in animation testsMatias 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-11-05chore(ngAnimate): ensure elapsedTime values are in seconds and millsecondsMatias 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ä