posted 1 year ago with 30 notes
tagged: #invertedfade #inverted fade #photo effects #opacity #opacity fade #fading image opacity #fade #photo #photo effects #fade in #fade out #hover #mouse hover #fading images #cssfx #css #codes #tutorial #tutorials
how to have inverted fade
1) press ctrl+f & search for <style type=”text/css”>
2) copy & paste this code under <style type=”text/css”>
{block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;}{/block:ifinvertedfade}

3) scroll up until you see multiple <meta name=” CODE EXAMPLES” > 
4) paste this under the last code
<meta name=”if:inverted fade” content=”1”/>

5) save & done
