JSFiddle - React, Tailwind, and code Playground
by Jaybles
HTML
<img src="http://dummyimage.com/60x60/000/fff" id="bar">
JavaScript
setInterval(function(){
$('#bar').animate({width: "+=1px", height: "+=1px"}, 100);
}, 100);
by Jaybles
<img src="http://dummyimage.com/60x60/000/fff" id="bar">
setInterval(function(){
$('#bar').animate({width: "+=1px", height: "+=1px"}, 100);
}, 100);