The page is loading...

Description

  • If user-preferences allow animations:
    • Display loading animation.
  • Else:
    • Display static text: "Loading...".

To Disable Animations (Chrome, Windows 10):

  1. Open inspector,
  2. Ctrl+Shift+P,
  3. Run>. Type 'reduce',
  4. Click 'Rendering' on 'Emulate CSS prefers-reduced-motion reduce',
  5. Refresh the page.

To re-enable animations:

  • Follow steps 1-3 then,
  • Click 'Rendering' on 'Emulate CSS prefers-reduced-motion',
  • Refresh the page.