Sign in
Log inSign up

How to show loading animation in React once CSSTransition exited?

Yogesh Kumar Prajapati's photo
Yogesh Kumar Prajapati
·Aug 28, 2018

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.

demo

source code