Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Forked from anonymous/dabblet.css
Created January 4, 2012 18:30
Show Gist options
  • Save LeaVerou/1561370 to your computer and use it in GitHub Desktop.
Save LeaVerou/1561370 to your computer and use it in GitHub Desktop.
WebKit bug?
/* WebKit bug? */
a {
-moz-transition: border-color 1s;
-ms-transition: border-color 1s;
-o-transition: border-color 1s;
-webkit-transition: 1s background;
display: block;
height: 100px;
background: rgba(0,0,0,.01);
}
a:hover {
background:rgba(255,0,0,1);
}
<a href="#"></a>
{"view":"split","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment