How to show loading animation in React once CSSTransition exited?
Hello everyone, this is my first react app. On first mount loading animation is visible until quote is not fetched. But how to show loading animation if quote is visible and next button is clicked to fetch new quote. In between animation is done to hide the quote, but for a few milliseconds screen is blank. At that time i want to show loading animation.