Transition CSS ease-out ne fonctionne pas

Ok, donc je ne comprends pas pourquoi ce n'est pas la facilité, uniquement en: (pour quick view, il suffit de le coller dans http://htmledit.squarefree.com, par exemple)

<style>
#over {
background: url(http://th01.deviantart.net/fs71/150/f/2013/005/0/6/dal_shabet__have__don_t_have_by_awesmatasticaly_cool-d5qkzu8.jpg);
height:150px;
width:150px;
}

#in {
background: url(http://www.mygrafico.com/images/uploads/thumbs/thumb_revidevi_CoolMonsterTruck.jpg);
height:150px;
width:150px;
}

#in:hover {
opacity: 0;
transition: opacity .3s ease-in-out;
}

</style>

<div id="over">
<div id="in"></div
</div>

OriginalL'auteur Elixan | 2013-01-23