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.
ng-animate transition problem using zurb foundation 5 #8288
Closed
Description
Hi,
since angular version 1.2.17 I have a big animation problem that some operations are totally slowly. For instance some button components are using ng-show and are set to false, but the button is seen for a few Milli seconds.
Now I have found out, that ngAnimate is executing some css3 transitions from foundation5 html5 framework.
Here a live example:
http://plnkr.co/edit/uPtFwvamczzJFvz2dGmn
Thanks