Skip to content

Instantly share code, notes, and snippets.

@doctyper
Created March 3, 2011 18:52
Show Gist options
  • Save doctyper/853272 to your computer and use it in GitHub Desktop.
Save doctyper/853272 to your computer and use it in GitHub Desktop.
var el = document.getElementById("foo"),
transform = window.getComputedStyle(el, null).webkitTransform,
matrix = new WebKitCSSMatrix(transform);
el.style.webkitTransform = matrix.scale(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment