Menu
I have an on click event which if calling another function which is posting information via fetch.
When I click my object, I want a DIV to appear saying ‘processing’ and once fetch is completed I want it to disappear.
I can easily toggle a .active class with display: none, and display: block on each class but I want it to fade in and out.
How can I do this? does animation work once i’ve removed the class?