Tutorial de: www.todocursosonline.es
HTML
<div class="general"><img src="http://u.jimdo.com/www62/o/s54593b1f8c82bdd3/img/i406ccdafd7ffd018/1402577241/std/image.gif" alt="" />
<div class="mascara"><p>Tutorial de: www.todocursosonline.es</p></div></div>
CSS
<style type="text/css"><!--
.general .mascara { top: -200px; opacity: 0; -webkit-transition: all 0.3s ease-out 0.5s; -moz-transition: all 0.3s ease-out 0.5s; -o-transition: all 0.3s ease-out 0.5s; -ms-transition: all 0.3s ease-out 0.5s; transition: all 0.3s ease-out 0.5s; } .general:hover .mascara { opacity: 1; top: 0px; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; -webkit-animation: bounceY 0.9s linear; -moz-animation: bounceY 0.9s linear; -ms-animation: bounceY 0.9s linear; animation: bounceY 0.9s linear; }--></style>