<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ngAnimate, branch g3_v1_2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(ngAnimate): setting classNameFilter disables animation inside ng-if</title>
<updated>2014-03-14T17:48:29+00:00</updated>
<author>
<name>Tomer Chachamu</name>
</author>
<published>2014-03-04T15:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a41a2a1d2ce20f86ac2709592e4ada527160e580'/>
<id>a41a2a1d2ce20f86ac2709592e4ada527160e580</id>
<content type='text'>
Closes #6539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6539
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): delegate down to addClass/removeClass if setClass is not found</title>
<updated>2014-02-28T06:34:57+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-27T03:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=18c41af065006a804a3d38eecca7ae184103ece9'/>
<id>18c41af065006a804a3d38eecca7ae184103ece9</id>
<content type='text'>
Closes #6463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6463
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure all comment nodes are removed during a leave animation</title>
<updated>2014-02-26T22:17:41+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-26T21:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f4f1f43d5140385bbf070510975f72b65196e08a'/>
<id>f4f1f43d5140385bbf070510975f72b65196e08a</id>
<content type='text'>
Closes #6403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6403
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): only block keyframes if a stagger is set to occur</title>
<updated>2014-02-26T22:08:51+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-26T18:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e71e7b6cae57f25c5837dda98551c8e0a5cb720d'/>
<id>e71e7b6cae57f25c5837dda98551c8e0a5cb720d</id>
<content type='text'>
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 &gt; 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &gt; 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
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngAnimate): TypeError Cannot call method 'querySelectorAll' in cancelChildAnimations</title>
<updated>2014-02-26T20:39:54+00:00</updated>
<author>
<name>Stanislav Sysoev</name>
</author>
<published>2014-02-14T11:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c914cd99b3aaf932e3c0e2a585eead7b76621f1b'/>
<id>c914cd99b3aaf932e3c0e2a585eead7b76621f1b</id>
<content type='text'>
When an element containing both ng-repeat and ng-if directives attempts to remove any items from
the repeat collection, the following error is thrown: "TypeError Cannot call method 'querySelectorAll'
of undefined".  This happens because the cancelChildAnimations code naively belives that the jqLite
object always has an element node within it. The fix in this commit addresses to securely check to see
if a node was properly extracted before any child elements are inspected.

Closes #6205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an element containing both ng-repeat and ng-if directives attempts to remove any items from
the repeat collection, the following error is thrown: "TypeError Cannot call method 'querySelectorAll'
of undefined".  This happens because the cancelChildAnimations code naively belives that the jqLite
object always has an element node within it. The fix in this commit addresses to securely check to see
if a node was properly extracted before any child elements are inspected.

Closes #6205
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure that animateable directives cancel expired leave animations</title>
<updated>2014-02-26T19:53:57+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-21T08:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e9881991ca0a5019d3a4215477738ed247898ba0'/>
<id>e9881991ca0a5019d3a4215477738ed247898ba0</id>
<content type='text'>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</pre>
</div>
</content>
</entry>
<entry>
<title>test($animate): ensure staggering timeout tests are secure</title>
<updated>2014-02-26T19:23:56+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-24T20:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c9245cf759108add2a10ffca4d41b1c68c1e8c76'/>
<id>c9245cf759108add2a10ffca4d41b1c68c1e8c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure all animated elements are taken care of during the closing timeout</title>
<updated>2014-02-26T19:23:47+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-24T19:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=99720fb5ab7259af37f708bc4eeda7cbbe790a69'/>
<id>99720fb5ab7259af37f708bc4eeda7cbbe790a69</id>
<content type='text'>
Closes #6395
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6395
</pre>
</div>
</content>
</entry>
<entry>
<title>perf($animate): use rAF instead of timeouts to issue animation callbacks</title>
<updated>2014-02-25T02:23:18+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-25T00:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c4537e65e6cf911c9659b562d89e3330ce3ffae'/>
<id>4c4537e65e6cf911c9659b562d89e3330ce3ffae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(animate): remove ws</title>
<updated>2014-02-15T00:31:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-14T23:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fab2d3c92fb4f813f0cf6f3e576d2d01ee8ade4b'/>
<id>fab2d3c92fb4f813f0cf6f3e576d2d01ee8ade4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
