SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 1 JavaScript

fix(ngAnimate): only copy over the animation options once

A bug in material has exposed that ngAnimate makes a copy of
the provided animation options twice. By making two copies,
the same DOM operations are performed during and at the end
of the animation. If the CSS classes being added/
removed contain existing transition code, then this will lead
to rendering issues.

Closes #13722
Closes #13578
M
Matias Niemelä committed
2fc954d33a3a4c5d4f355be1e15a381664e02f1b
Parent: 512c081
Committed by Martin Staffa <mjstaffa@googlemail.com> on 1/12/2016, 4:35:24 PM