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
2014-01-02
fix(animate): remove trailing `s`
Olivier Louvignes
2013-12-19
feat(ngAnimate): provide configuration support to match specific className va...
Matias Niemelä
2013-12-19
fix($animate): use a scheduled timeout in favor of a fallback property to clo...
Matias Niemelä
2013-12-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-12-05
fix($animate): ensure animations work with directives that share a transclusion
Matias Niemelä
2013-12-04
fix($animate): ensure ms durations are properly rounded
Matias Niemelä
2013-12-04
docs(animate.js): fix copy/paste typo in leave docs
Yves Richard
2013-12-02
docs($animate): require ngAnimate in example, syntax fixes
Blaise Kal
2013-11-25
fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...
Matias Niemelä
2013-11-23
fix($animate): ensure blocked keyframe animations are unblocked before the DO...
Matias Niemelä
2013-11-21
fix(ngAnimate): correctly retain and restore existing styles during and after...
Peter Deak
2013-11-21
chore($animate): remove unnecessary reflective dereferencing
Matias Niemelä
2013-11-21
fix($animate): ensure keyframe animations are blocked around the reflow
Matias Niemelä
2013-11-21
fix($animate): ensure transition animations are unblocked before the dom oper...
Matias Niemelä
2013-11-21
fix($animate): ensure addClass/removeClass animations do not snap during reflow
Matias Niemelä
2013-11-20
fix(ngAnimate): use a fallback CSS property that doesn't break existing styles
Matias Niemelä
2013-11-20
fix($animate): ensure the DOM operation isn't run twice
Matias Niemelä
2013-11-20
docs(ngAnimate): fixed two small typos
Jarrett Harris
2013-11-19
docs($animate): update the docs explaining enable/disable for specific elements
Matias Niemelä
2013-11-08
fix($animate): don't force animations to be enabled
Igor Minar
2013-11-08
refactor($animate): speed up animationsDisabled check
Igor Minar
2013-11-06
fix($animate): only apply the fallback property if any transition animations ...
Matias Niemelä
2013-11-05
chore(docs): update $animate and ngAnimate docs
Matias Niemelä
2013-11-05
feat($animate): ensure CSS transitions can work with inherited CSS class defi...
Matias Niemelä
2013-11-05
fix($animate): avoid hanging animations if the active CSS transition class is...
Matias Niemelä
2013-11-05
fix($animate): ensure staggering animations understand multiple delay values
Matias Niemelä
2013-11-05
fix($animate): ensure the active class is not applied if cancelled during reflow
Matias Niemelä
2013-10-28
fix($animate): use direct DOM comparison when checking for $rootElement
Matias Niemelä
2013-10-28
fix($animate): ensure former nodes are fully cleaned up when a follow-up stru...
Matias Niemelä
2013-10-28
fix($animate): ensure enable/disable animations work when the document node i...
Matias Niemelä
2013-10-28
feat(ngAnimate): provide support for staggering animations with CSS
Matias Niemelä
2013-10-24
fix($animate): skip unnecessary addClass/removeClass animations
Matias Niemelä
2013-10-23
feat(docs): provide index pages for each angular module
Matias Niemelä
2013-10-23
fix($animate): ensure animations work properly when the $rootElement is being...
Matias Niemelä
2013-10-23
fix($animate): only cancel class-based animations if the follow-up class cont...
Matias Niemelä
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ä
[next]