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-03-14
fix(ngAnimate): setting classNameFilter disables animation inside ng-if
Tomer Chachamu
2014-03-07
style(jsdoc tags): remove/ammend invalid tags
Peter Bacon Darwin
2014-02-28
docs(ngAnimate): add missing 'super' to addClass
nosideeffects
2014-02-28
fix($animate): delegate down to addClass/removeClass if setClass is not found
Matias Niemelä
2014-02-28
feat($animate): animate dirty, pristine, valid, invalid for form/fields
Yves Brissaud
2014-02-27
chore(animate): fix typo in a comment
Lajos Veres
2014-02-26
fix($animate): ensure all comment nodes are removed during a leave animation
Matias Niemelä
2014-02-26
fix($animate): only block keyframes if a stagger is set to occur
Matias Niemelä
2014-02-26
fix(ngAnimate): TypeError Cannot call method 'querySelectorAll' in cancelChil...
Stanislav Sysoev
2014-02-26
fix($animate): ensure that animateable directives cancel expired leave animat...
Matias Niemelä
2014-02-26
fix($animate): ensure all animated elements are taken care of during the clos...
Matias Niemelä
2014-02-26
docs(*): fix jsdoc type expressions
Peter Bacon Darwin
2014-02-24
perf($animate): use rAF instead of timeouts to issue animation callbacks
Matias Niemelä
2014-02-22
docs($animate): change @param to use valid types
Peter Bacon Darwin
2014-02-19
docs(modules): remove unused {@installModule} tags
Peter Bacon Darwin
2014-02-16
docs(all): convert <pre>/</pre> snippets to GFM snippets
Caitlin Potter
2014-02-16
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin
2014-02-14
style(animate): remove ws
Igor Minar
2014-02-14
fix($animate): ensure $animate doesn't break natural CSS transitions
Matias Niemelä
2014-02-14
pref($animate): only trigger DOM callbacks if registered on the element being...
Matias Niemelä
2014-02-14
pref($animate): group all asynchronous requests into one shared buffer
Matias Niemelä
2014-01-24
feat($animate): provide support for a close callback
Matias Niemelä
2014-01-15
chore($animate): remove Moz statements from requestAnimationFrame
Matias Niemelä
2014-01-14
feat($animate): provide support for DOM callbacks
Matias Niemelä
2014-01-14
feat($animate): use requestAnimationFrame instead of a timeout to issue a reflow
Matias Niemelä
2014-01-14
fix($animate): ensure the final closing timeout respects staggering animations
Matias Niemelä
2014-01-14
fix($animate): prevent race conditions for class-based animations when animat...
Matias Niemelä
2014-01-14
fix($animate): correctly detect and handle CSS transition changes during clas...
Matias Niemelä
2014-01-14
fix($animate): avoid accidentally matching substrings when resolving the pres...
Matias Niemelä
2014-01-03
fix($animate): ensure class-based animations are always skipped before struct...
Matias Niemelä
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
[next]