reactjs - How to make an component flash in React -


i'm new react. want create component when state updated, fade out , fade in again. please tell me how jquery here:

$("#someelement").fadeout('slow').fadein('slow'); 

thanks !

you want use css animations , reactcsstransitiongroup.

more information, , example, can found here:

https://facebook.github.io/react/docs/animation.html


Comments