puellae-themes

Fading effect for pictures

Dec 3rd, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.13 KB | None | 0 0
  1. img{
  2. -webkit-transition: opacity 0.8s linear;
  3. opacity: 0.60;
  4. }
  5. img:hover{
  6. -webkit-transition: opacity 0.8s linear;
  7. opacity: 1;
  8. }
Add Comment
Please, Sign In to add comment