Advertisement
olie480

CSS Hover Opacity

Nov 15th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. arrow-lt{
  2.  opacity: 1;
  3.  transition: opacity .25s ease-in-out;
  4.  -moz-transition: opacity .25s ease-in-out;
  5.  -webkit-transition: opacity .25s ease-in-out;
  6. }
  7.  
  8. arrow-lt:hover{
  9.  opacity: 0.7;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement