Advertisement
0cherrylove

fading effcet

Jan 23rd, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. Copy and Paste this code before  <style type=text/css”>  tags or something like that.
  2.  
  3.  
  4.  
  5. img{
  6. -webkit-transition: opacity 0.8s linear;
  7. opacity: 0.60;
  8. }
  9. img:hover{
  10. -webkit-transition: opacity 0.8s linear;
  11. opacity: 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement