This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate 1.2 final, inline style and ngStyle are ignored during animations. #4869
Closed
Description
See plunkr for example: http://plnkr.co/edit/4Ve9tQ8ybLIjcOinOS7E?p=preview . The 70px padding only kicks in after the animation completes.
Basically, during animation any styles that are applied either by an inline style attribute on the element, or using ngStyle, are ignored for the duration of the transition, and then re-applied after the transition completes.
The styles do not need to have anything to do with the animation or the transitioned properties.
This issue was also not present in 1.2RC3