Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created October 19, 2013 15:19
Show Gist options
  • Save dziudek/7057246 to your computer and use it in GitHub Desktop.
Save dziudek/7057246 to your computer and use it in GitHub Desktop.
Animated dotted lines
/**
* Animated dotted lines
*/
#dotted {
border-top: 3px dotted #aaa;
height: 200px;
transition: all .3s ease-out;
width: 15px;
}
#dotted:hover {
width: 85px;
}
<!-- content to be placed inside <body>…</body> -->
<div id="dotted"></div>
// alert('Hello world!');
{"view":"split-vertical","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