A clonable project using lottie animation to transition a modal opening and closing.
The only line of code used is to make the lottie element "transparent" for the pointer:
pointer-events: none;
Best thing is that you can look under the hood and clone this project, so you can figure out how to do one yourself ;)
Try avoiding using "Transition: All". It is heavy on the browser's engine.