JSFiddle - React, Tailwind, and code Playground

by envira

HTML

<div id="dots">
	<img src="http://i.stack.imgur.com/oxUh8.png">
</div>

CSS

#dots{
	overflow: hidden;
	height: 10px;
	transition: all 3s cubic-bezier(.5, 1, 0, .5);
}

JavaScript

$("#dots").css("height", "514px");