Couple of things:
1. I was not able to get the code to close the modal (as described here:
docs4.regularlabs.com/modals/going-furth...#custom-close-button
) to work - neither method that is discussed. It would always throw an error on the .close() method indicating that the parent was null. I fixed it by simply using the click() function on the "X" close button.
2. When the modals closes, regardless of method it looks like there is some animation that happens. I want it just to close. Is there a way to remove this animation?