Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- 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;
- }
- #bite:hover .death {
- 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
Advertisement