Skip to content

Instantly share code, notes, and snippets.

@ejangi
Created January 14, 2014 09:38
Show Gist options
  • Save ejangi/8415712 to your computer and use it in GitHub Desktop.
Save ejangi/8415712 to your computer and use it in GitHub Desktop.
Blur an element using CSS Filters (e.g. image).
.blur {
-webkit-filter: blur(12px);
-webkit-transform: translate3d(0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment