fix(ngAnimate): always apply a preparation reflow for CSS-based animations
It's unpredictable sometimes to ensure that a browser triggers a reflow for an animation. Prior to this patch, reflows would be applied carefully in between parent/child DOM structure, but that doesn't seem to be enough for animations that contain complex CSS styling rules. Closes #12553 Closes #12554 Closes #12267 Closes #12554
M
Matias Niemelä committed
d33cedda1624114d7e97a97b79705685c6cc40a2
Parent: 6838c97
Committed by Lucas Galfaso <lgalfaso@gmail.com>
on 8/12/2015, 8:20:18 AM