<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngAnimate, branch v1.2.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>fix($animate): ensure $animate doesn't break natural CSS transitions</title>
<updated>2014-02-15T00:30:48+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-14T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f84f6b3e4210ae1eb14728a46d43dd961700a0c'/>
<id>4f84f6b3e4210ae1eb14728a46d43dd961700a0c</id>
<content type='text'>
BREAKING CHANGE: ngClass and {{ class }} will now call the `setClass`
animation callback instead of addClass / removeClass when both a
addClass/removeClass operation is being executed on the element during the animation.

Please include the setClass animation callback as well as addClass and removeClass within
your JS animations to work with ngClass and {{ class }} directives.

Closes #6019
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: ngClass and {{ class }} will now call the `setClass`
animation callback instead of addClass / removeClass when both a
addClass/removeClass operation is being executed on the element during the animation.

Please include the setClass animation callback as well as addClass and removeClass within
your JS animations to work with ngClass and {{ class }} directives.

Closes #6019
</pre>
</div>
</content>
</entry>
<entry>
<title>pref($animate): only trigger DOM callbacks if registered on the element being animated</title>
<updated>2014-02-15T00:28:56+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-14T05:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf5e463abd2c23f62e9c2e6361e6c53048c8910e'/>
<id>cf5e463abd2c23f62e9c2e6361e6c53048c8910e</id>
<content type='text'>
BREAKING CHANGE: Both the `$animate:before` and `$animate:after` DOM events must be now
registered prior to the $animate operation taking place. The `$animate:close` event
can be registered anytime afterwards.

DOM callbacks used to fired for each and every animation operation that occurs within the
$animate service provided in the ngAnimate module. This may end up slowing down an
application if 100s of elements are being inserted into the page. Therefore after this
change callbacks are only fired if registered on the element being animated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: Both the `$animate:before` and `$animate:after` DOM events must be now
registered prior to the $animate operation taking place. The `$animate:close` event
can be registered anytime afterwards.

DOM callbacks used to fired for each and every animation operation that occurs within the
$animate service provided in the ngAnimate module. This may end up slowing down an
application if 100s of elements are being inserted into the page. Therefore after this
change callbacks are only fired if registered on the element being animated.
</pre>
</div>
</content>
</entry>
<entry>
<title>pref($animate): group all asynchronous requests into one shared buffer</title>
<updated>2014-02-15T00:28:34+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-13T19:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f288b8f010468237d238acf51ea3d8108138207a'/>
<id>f288b8f010468237d238acf51ea3d8108138207a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animate): provide support for a close callback</title>
<updated>2014-01-24T17:21:29+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-22T17:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ca6b7d0fa2e355ebd764230260758cee9a4ebe1e'/>
<id>ca6b7d0fa2e355ebd764230260758cee9a4ebe1e</id>
<content type='text'>
Closes #5685
Closes #5053
Closes #4993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5685
Closes #5053
Closes #4993
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($animate): remove Moz statements from requestAnimationFrame</title>
<updated>2014-01-15T08:29:20+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-15T08:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7d09bd30f9fc2c265588323817b541fd26b9abe0'/>
<id>7d09bd30f9fc2c265588323817b541fd26b9abe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animate): provide support for DOM callbacks</title>
<updated>2014-01-14T18:21:28+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-14T02:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dde1b2949727c297e214c99960141bfad438d7a4'/>
<id>dde1b2949727c297e214c99960141bfad438d7a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animate): use requestAnimationFrame instead of a timeout to issue a reflow</title>
<updated>2014-01-14T18:21:19+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-12T20:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ae3184c5915aac9aa00889aa2153c8e84c14966'/>
<id>4ae3184c5915aac9aa00889aa2153c8e84c14966</id>
<content type='text'>
Closes #4278
Closes #4225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4278
Closes #4225
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure the final closing timeout respects staggering animations</title>
<updated>2014-01-14T18:20:50+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-12T04:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ed53100a0dbc9119d5dfc8b7248845d4f6989df2'/>
<id>ed53100a0dbc9119d5dfc8b7248845d4f6989df2</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): prevent race conditions for class-based animations when animating on the same CSS class</title>
<updated>2014-01-14T18:20:10+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-06T04:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4aa9df7a7ae533531dfae1e3eb9646245d6b5ff4'/>
<id>4aa9df7a7ae533531dfae1e3eb9646245d6b5ff4</id>
<content type='text'>
Closes #5588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5588
</pre>
</div>
</content>
</entry>
</feed>
