Skip to content

Instantly share code, notes, and snippets.

@ZeeAgency
Created February 28, 2012 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save ZeeAgency/1931619 to your computer and use it in GitHub Desktop.
Save ZeeAgency/1931619 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 400px;
height: 200px;
background-image: url("http://lorempixel.com/400/200/animals/1/");
background-repeat: no-repeat;
transition: all 0.5s;
}
div:hover {
background-image: url("http://lorempixel.com/400/200/animals/2/");
transition: all 0.5s;
}
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment