Advertisement
kiibo

OVL

Jul 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ADD UNDER .cbox img WHEN CHARACTER IS DEAD
  2. -webkit-filter: grayscale(100%);
  3. filter: grayscale(100%);
  4. -webkit-transition: all 1s ease;
  5. -moz-transition: all 1s ease;
  6. -ms-transition: all 1s ease;
  7. transition: all 1s ease;
  8. -webkit-backface-visibility: hidden;
  9. backface-visibility: hidden;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement