Created
April 12, 2011 19:02
-
-
Save danbeam/916151 to your computer and use it in GitHub Desktop.
See if a transform actually causes reflow
This file contains hidden or 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
// Go to - https://developer.mozilla.org/en/css/-moz-transform | |
// Go to timeline view | |
// Copy/pasta into URL bar | |
javascript:(function(){var a=document.getElementsByTagName('pre')[1];a.style.WebkitTransform=a.style.WebkitTransform.replace('rotate(20deg)', 'rotate(90deg)');setTimeout(function(){a.style.position='absolute';},1000);}()); | |
// Start timeline | |
// Run JS from awesome bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment