Skip to content

Instantly share code, notes, and snippets.

@yukulele
Created April 11, 2013 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukulele/5363120 to your computer and use it in GitHub Desktop.
Save yukulele/5363120 to your computer and use it in GitHub Desktop.
Untitled
/*matrix transform experiments*/
div{
width:200px;
height:200px;
margin:50px;
background:grey;
transition:transform 1s ease;
border-top-right-radius:100px;
transform:matrix(1,0,0,1,0,0);
transform-origin:0 0;
border:5px solid;
border-color:red green blue yellow;
}
html:hover div{
transform:matrix(0,1,1,0,0,0);
}
// alert('Hello world!');
{"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