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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -