I'm trying to hide my element towards center like this example here. I'm using react.js and somehow this jQuery code isn't working.
$('#img-funder-logo').hide('scale', { percent: 0 }, 1000).fadeIn(2000);
Any reason why this won't work with react? How can I go about doing it?