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

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -