Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created February 9, 2012 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriscoyier/1776935 to your computer and use it in GitHub Desktop.
Save chriscoyier/1776935 to your computer and use it in GitHub Desktop.
Arc
/**
* Arc
*/
div {
position: relative;
transition: top 1s ease-in, left 1s ease-out;
}
body:hover div {
top: 100px;
left: 100px;
}
body, html { height: 100%; overflow: hidden; }
<div>✿</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment