COMMITS
/ test/ngAnimate/integrationSpec.js September 6, 2018
M
fix(ngAnimate): remove prepare classes with multiple structural animations
Martin Staffa committed
March 3, 2016
M
perf(ngAnimate): avoid repeated calls to addClass/removeClass when animation has no duration
Matias Niemelä committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
June 22, 2016
M
fix(ngAnimate): allow removal of class that is scheduled to be added with requestAnimationFrame
Martin Staffa committed
March 16, 2016
M
fix(ngAnimate): run structural animations with cancelled out class changes
Martin Staffa committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 21, 2016
M
fix(ngAnimate): properly cancel-out previously running class-based animations
Matias Niemelä committed
December 18, 2015
M
fix(ngAnimate): only copy over the animation options once
Matias Niemelä committed
January 6, 2016
G
refct(privateMocks): remove unused argument from `createMockStyleSheet()`
Georgios Kalpakas committed
November 30, 2015
M
fix(ngAnimate): allow removing classes that are added by a running animation
Martin Staffa committed
December 3, 2015
M
feat(ngAnimate): provide ng-[event]-prepare class for structural animations
Martin Staffa committed
October 26, 2015
M
fix(ngAnimate): do not alter the provided options data
Matias Niemelä committed
September 17, 2015
M
revert: chore(core): introduce $$body service
Matias Niemelä committed
September 16, 2015
M
fix(ngAnimate): callback detection should only use RAF when necessary
Matias Niemelä committed
August 11, 2015
M
fix(ngAnimate): use requestAnimationFrame to space out child animations
Matias Niemelä committed
August 17, 2015
M
fix(ngAnimate): only buffer rAF requests within the animation runners
Matias Niemelä committed
August 12, 2015
M
fix(ngAnimate): always apply a preparation reflow for CSS-based animations
Matias Niemelä committed
July 22, 2015
M
fix($animate): make sure to run a post-digest reflow for parentless animations
Matias Niemelä committed
June 30, 2015
M
fix(ngAnimate): ensure that parent class-based animations are never closed by their children
Matias Niemelä committed
M
chore: replace `jqLite($document[0].body)` with `$$body`
Matias Niemelä committed
July 3, 2015
M
fix(ngAnimate): ensure that orphaned elements do not throw errors when animated
Matias Niemelä committed
April 14, 2015
M
test(ngAnimate): add basic integration tests for JS/CSS $animate-based animations
Matias Niemelä committed