Guest User

Untitled

a guest
Jul 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .antiantialias {
  2. -webkit-transition: all 100000.0s linear;
  3. -moz-transition: all 100000.0s linear;
  4. -o-transition: all 100000.0s linear;
  5. -transition: all 100000.0s linear;
  6. -webkit-transform: translate(0px, 1px);
  7. -moz-transform: translate(0px, 1px);
  8. -o-transform: translate(0px, 1px);
  9. transform: translate(0px, 1px);
  10. }
Add Comment
Please, Sign In to add comment