Created
June 7, 2012 08:48
-
-
Save leuchtetgruen/2887510 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video { | |
transition: all 1.5s ease-in-out; | |
-webkit-filter: blur(15px); | |
} | |
video:hover { | |
-webkit-filter: blur(0px); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Unblur video on hover</h1> | |
<video src="http://praegnanz.de/html5video/player/video_SD.mp4" | |
width="640" | |
height="480" | |
autoplay="autoplay"> | |
</video> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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