Skip to content

Instantly share code, notes, and snippets.

@korof
Created March 3, 2016 08:25
Show Gist options
  • Save korof/e5ec04f03216ebdd05e5 to your computer and use it in GitHub Desktop.
Save korof/e5ec04f03216ebdd05e5 to your computer and use it in GitHub Desktop.
[js][css] transition text blurred
var elem = document.getElementById("box");
elem.style.height = (Math.ceil(elem.offsetHeight / 2) * 2) + "px";
elem.style.width = (Math.ceil(elem.offsetWidth / 2) * 2) + "px";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment