Template:HideOnHover/styles.css

.hideOnHover {
	transition: opacity 0.5s ease-in-out;
}
.hideOnHover:hover {
	opacity: 0;
}