Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #biter
- #biter a{
- display:block
- }
- #biter .deather {
- margin-right:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #biter:hover .deather {
- margin-left:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:8;
- }
Advertisement
Add Comment
Please, Sign In to add comment