Advertisement
Pinkey

Fade in images

Dec 26th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. img{
  2. -webkit-transition: opacity 0.5s linear;
  3. opacityL 0.6;
  4. }
  5.  
  6. img:hover{
  7. -webkit-transition: opacity 0.7s linear;
  8. opacity:1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement