Skip to content

Instantly share code, notes, and snippets.

@forksofpower
Created August 21, 2017 23:19
Show Gist options
  • Save forksofpower/73e3d1b2d408d6b9c2a7ac82d2a5f2a6 to your computer and use it in GitHub Desktop.
Save forksofpower/73e3d1b2d408d6b9c2a7ac82d2a5f2a6 to your computer and use it in GitHub Desktop.
Simulate retina damage
// This style was pulled from: https://www.theguardian.com/science/2017/aug/21/solar-eclipse-eye-damage
body {
animation: eclipsed 8s ease-out infinite;
opacity: 0.4;
filter: blur(1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment