Hello, I would like to make a little responsive animation to show information.
For example, I have this rectangle:
<div id="mainDiv" >
<div id="Rectangle" style="width: 200px; height: 300px; background: #3c9e43; margin-left: 20px; margin-top: 30px; float: left;"></div>
</div>
And when you hover over a little div showing information, and when the mouse comes out an animation of it will go down, like this:
I'd like to know a way to get to that.