Description
- If user-preferences allow animations:
- Display loading animation.
- Else:
- Display static text: "Loading...".
To Disable Animations (Chrome, Windows 10):
- Open inspector,
Ctrl+Shift+P
,Run>
. Type 'reduce',- Click 'Rendering' on 'Emulate CSS prefers-reduced-motion reduce',
- Refresh the page.
To re-enable animations:
- Follow steps 1-3 then,
- Click 'Rendering' on 'Emulate CSS prefers-reduced-motion',
- Refresh the page.