Check out the images currently on my portfolio page:
.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;
}
The images are only fading in and not back out. How can I make them fade properly?