Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created June 7, 2012 08:48
Show Gist options
  • Save leuchtetgruen/2887510 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2887510 to your computer and use it in GitHub Desktop.
Untitled
video {
transition: all 1.5s ease-in-out;
-webkit-filter: blur(15px);
}
video:hover {
-webkit-filter: blur(0px);
}
<h1>Unblur video on hover</h1>
<video src="http://praegnanz.de/html5video/player/video_SD.mp4"
width="640"
height="480"
autoplay="autoplay">
</video>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment