Skip to content

Instantly share code, notes, and snippets.

@drublic
Created December 16, 2011 14:57
Show Gist options
  • Save drublic/1486356 to your computer and use it in GitHub Desktop.
Save drublic/1486356 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
img {
-webkit-transition: all .5s ease;
-webkit-filter: blur(0);
-webkit-transform: translate3d(0,0,0);
}
img:hover {
-webkit-filter: blur(5px);
}
<img src="http://lab.simurai.com/css/imageblur/simurai_logo.png">
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment