Skip to content

Instantly share code, notes, and snippets.

@SergeyParamoshkin
Last active July 2, 2016 15:55
Show Gist options
  • Save SergeyParamoshkin/d3716e979fa05197b55f19b374eded2e to your computer and use it in GitHub Desktop.
Save SergeyParamoshkin/d3716e979fa05197b55f19b374eded2e to your computer and use it in GitHub Desktop.
Untitled
#navs { position: fixed; left: 4px; bottom: 4px; width: 40px; height: 40px; line-height: 40px; list-style-type: none; margin: 0; padding: 0; text-align: center; color: #fff; cursor: pointer;}#navs>li,#navs:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50%; -webkit-border-radius: 50%; background-color: #4ECDC4;}#navs>li { transition: all .6s; -webkit-transition: all .6s; -moz-transition: .6s;}#navs:after { content: attr(data-close); z-index: 1; border-radius: 50%; -webkit-border-radius: 50%;}#navs.active:after { content: attr(data-open); }#navs a { width: 40px; height: 40px; display: inline-block; border-radius: 50%; -webkit-border-radius: 50%; text-decoration: none; color: #fff; font-size: 0.8em;}
<ul id="navs" data-open="close" data-close="open">
<li><a href="#">menu</a></li>
<li><a href="#">menu</a></li>
<li><a href="#">menu</a></li>
<li><a href="#">menu</a></li>
<li><a href="#">menu</a></li>
</ul>
// alert('Hello world!');
{"view":"split","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