Team

For modals that simply appear rather than fade in to view, remove the .fade class from your modal markup. .fade is the bootstrap class.

Note: Remove the .fade class as above mantion if you want to be use the custom animation.

For custom animations you need to add class .animate and add custom attribute data-animation="slideUp" and inside of data-animation="*" you can add the animation name just like this -> <div class="modal modal-name animate" data-animation="slideUp">

Color Scheme