CSS transition ease-out funktioniert nicht

Ok, so verstehe ich nicht, warum das nicht Leichtigkeit aus, nur in der: (für die quick-Ansicht, fügen Sie es in http://htmledit.squarefree.com, zum Beispiel)

<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>
InformationsquelleAutor Elixan | 2013-01-23
Schreibe einen Kommentar