Skip to content

Conversation

@galaxyAbstractor
Copy link

No description provided.

@chriscauley
Copy link

  @-webkit-keyframes invert {
    0% {-webkit-filter: invert(0);}
    89% {-webkit-filter: invert(0);}
    90% {-webkit-filter: invert(1)}
    99% {-webkit-filter: invert(1)}
    100% {-webkit-filter: invert(0);}
  }
  html {
    -webkit-animation-name: invert;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 10s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
  }

I had a similar idea, invert the page for a fraction of a second after page load. A bit more subtle.

@ghost ghost mentioned this pull request Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants