Skip to content

Instantly share code, notes, and snippets.

@desandro
Created December 16, 2011 15:04
Show Gist options
  • Select an option

  • Save desandro/1486385 to your computer and use it in GitHub Desktop.

Select an option

Save desandro/1486385 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: hue-rotate(0);
}
img:hover {
-webkit-filter: hue-rotate(120deg);
}
<img src="http://i.imgur.com/ZAVN3.png">
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment