Forums

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

Home Forums Other jquery image light up effect Reply To: jquery image light up effect

#171474
SheeEttin
Participant

For images on dark background, you can use the reverse of what you’d use for a light background, i.e. start at 0.5 opacity then go to 1.0 on hover (building from cpyle0819’s example):

http://jsfiddle.net/3mYmP/

Assuming you’re okay with it starting out a little faded. Some UIs might use this to indicate it’s disabled, so be careful!