Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS image opacity on hover Reply To: image opacity on hover

#237427
Bones_Jones
Participant

sorry, I just don’t know how to use code pen…

anyway this works!
div.portfolio-media-wrapper.gdl-image a.hover-wrapper{opacity: .5;}
div.portfolio-item .portfolio-media-wrapper img {opacity: .6;}
div.portfolio-item:hover .portfolio-media-wrapper img {opacity: 1;}

but looks kinda weak. is there a way to add an easing effect?