Ease-Out for Entrances
Entrances must use ease-out (arrive fast, settle gently).
Incorrect (ease-in for entrance):
.modal-enter { animation-timing-function: ease-in; }Correct (ease-out for entrance):
.modal-enter { animation-timing-function: ease-out; }