JSFiddle - React, Tailwind, and code Playground

by Addy Osmani

HTML

<div id="imageholder">

<img src=" http://upload.wikimedia.org/wikipedia/en/thumb/f/f2/Core_Image_icon.png/96px-Core_Image_icon.png?">

</div>

JavaScript

$('img').hide(0,function(){
$(this).animate({'width':'200px','height':'200px'},{'duration':1000});
});