Smooth transition between react state changes

Hello! I’ve finished the Random Quote Machine but I’d like to add a final detail to it.

In the code I have an array of objects where each object holds a quote. When I press the button inside the QuoteBox the quote_number inside it state changes randomly thus delivering a random quote from the array. Is it possible to make the graphical render of this smoother? Like in the project example FCC gives you.

Link here Component code starts at line 120.

Thanks in advance