ajhnfbcn

by gael

HTML

<style>
.yena {
display: block;
width: 80%;
margin:auto;
height: auto;
transition: 1s ease;
}

.yena:hover {
-webkit-mask-image: url(https://dl.dropbox.com/s/2kih8ox9q2czjeg/pngfind.com-kawaii-transparent-png-621355.png);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
transition: .5s ease;
}
</style>
<img src="https://i.pinimg.com/originals/3a/1f/c8/3a1fc8741155fa7e75e7004b989de336.gif" class="yena">