Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @-webkit-keyframes PageFlicker {
  2. 0%{background-position:0% 4%}
  3. 50%{background-position:100% 97%}
  4. 100%{background-position:0% 4%}
  5. }
  6. @-moz-keyframes PageFlicker {
  7. 0%{background-position:0% 4%}
  8. 50%{background-position:100% 97%}
  9. 100%{background-position:0% 4%}
  10. }
  11. @-o-keyframes PageFlicker {
  12. 0%{background-position:0% 4%}
  13. 50%{background-position:100% 97%}
  14. 100%{background-position:0% 4%}
  15. }
  16. @keyframes PageFlicker {
  17. 0%{background-position:0% 4%}
  18. 50%{background-position:100% 97%}
  19. 100%{background-position:0% 4%}
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement