Skip to content

Instantly share code, notes, and snippets.

@cfree
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfree/dffcc34124840fbfca90 to your computer and use it in GitHub Desktop.
Save cfree/dffcc34124840fbfca90 to your computer and use it in GitHub Desktop.
body {
-webkit-animation-duration: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
from{
opacity: 1;
}
to{
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment