Skip to content

Instantly share code, notes, and snippets.

@searls
Created May 18, 2014 14:38
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searls/9dff55988660e12a8812 to your computer and use it in GitHub Desktop.
Save searls/9dff55988660e12a8812 to your computer and use it in GitHub Desktop.
Handy trick for debugging to see which parts of your app are being re-rendering in the DOM (without keeping your eyes glued to web inspector)
body * {
-webkit-animation: fade-in 2s ease-out;
animation: fade-in 2s ease-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment