วันพุธที่ 2 พฤษภาคม พ.ศ. 2555

Tumblr Fade Picture Effect Code

Go To Customize Theme >> Edit HTML and find with Ctlr+f the following tag <style type=”text/css“> (you’d be better off just searching for type=”text/css“). Right under it, copy(Ctlr+c) and paste the following code, which will apply the fading effect to all your pictures.

    img{
    
    -webkit-transition: opacity 0.7s linear; 
    
    opacity: 0.6;
    
    }
    
    img:hover{
    
    -webkit-transition: opacity 0.7s linear; 
    
    opacity: 1;
    
    }

ไม่มีความคิดเห็น:

แสดงความคิดเห็น