Created
May 18, 2014 14:38
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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