You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have to have the transition in .modal as well as .modal-dialog, otherwise angular ui doesn't wait for the animation to finish before removing the modal from the DOM.
The weird thing is that once the modal is open I can use dev tools to switch off the transform and opacity styles at will and the modal shrinks and disappears using buttery smooth transitions, but when opening and closing the modal it drops to 3 or 4 frames per second.
I'm convinced it's because something else is happening when Angular UI makes the modal and inserts it into the dom. There are loads of other ng-aminate classes added at the same time which could be causing the problem but it's weird that it doesn't happen in IE, which does pause for a second before opening the modal with a very smooth animation.