Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @media (prefers-reduced-motion: reduce) {
  2. * {
  3. animation-duration: 0.01ms !important;
  4. animation-iteration-count: 1 !important;
  5. transition-duration: 0.01ms !important;
  6. scroll-behavior: auto !important;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement