aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery_alias.js
diff options
context:
space:
mode:
authorMatias Niemelä2014-02-26 13:49:18 -0500
committerMatias Niemelä2014-02-26 17:08:51 -0500
commite71e7b6cae57f25c5837dda98551c8e0a5cb720d (patch)
treef814810c8a7f8996aaa95db98d890641eb8058ea /test/jquery_alias.js
parentc914cd99b3aaf932e3c0e2a585eead7b76621f1b (diff)
downloadangular.js-e71e7b6cae57f25c5837dda98551c8e0a5cb720d.tar.bz2
fix($animate): only block keyframes if a stagger is set to occur
Transitions must be blocked so that the initial CSS class can be applied without triggering an animation. Keyframes do not need to be blocked since animations are always triggered on the starting CSS class, however, if a stagger animation is set to occur then all elements for index > 0 should be blocked. This is to prevent the animation from occuring early on before the stagger delay for the given element has passed. With ngAnimate and keyframe animations, IE10 and Safari will render a slight flicker effect caused by the blocking. This fix resolves this issue. Closes #4225
Diffstat (limited to 'test/jquery_alias.js')
0 files changed, 0 insertions, 0 deletions