Is there a way to disable animation for ngx-bootstrap modal ?
I've tried to add this config but it's not working:
config = {
animated: false,
backdrop: 'static'
};
Demo:
The modal is still showing animated.
Because in some cases the modal is showing very slow when used in a more complex web page (something like 2 seconds after a click), so may be it will be better when disabling the animation.