everything here is mine. unless stated.

Tutorial : Fading image hover


for TUMBLR users only

//Assalamualaikum\\

Customize appearance > edit HTML > ctrl+F search <style type="text/css">

copy and paste this code under <style type="text/css">

img{
 -webkit-transition: opacity 0.8s linear;
 opacity: 0.60;
 }
 img:hover{
 -webkit-transition: opacity 0.8s linear;
 opacity: 1;
 }
 ciao! Assalamualaikum.

No comments: