On my portfolio page I currently have on the images:
.collection-type-gallery #slideshow .slide img:hover {
opacity: 1;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
But its not fading back out. They only fade in. How can i get it to work properly?