Skip to content

Instantly share code, notes, and snippets.

View beseidel's full-sized avatar

Barbara Seidel beseidel

View GitHub Profile
@beseidel
beseidel / css-animate-social-buttons.markdown
Created July 20, 2019 20:40
Css Animate Social Buttons
@beseidel
beseidel / animated-buttons-ii-circular-buttons.markdown
Created July 20, 2019 20:41
Animated Buttons II: Circular Buttons
@beseidel
beseidel / index.html
Created July 20, 2019 20:44
Panel up open/close CSS3 animated button
<div class="btn-open-close">
<span class="bar1"></span>
<span class="bar2"></span>
</div>
@beseidel
beseidel / index.html
Created July 20, 2019 20:46
Mobile Menu Animated Button
<header>
<div class="mobile-menu">
<div class="patty"></div>
</div>
<div class="menu">
<ul>
<li>ITEM 1</li>
<li>ITEM 2</li>
<li>ITEM 3</li>
</ul>
@beseidel
beseidel / border-animation-button.markdown
Created July 20, 2019 20:47
Border animation - button
@beseidel
beseidel / index.haml
Created July 20, 2019 20:49
Svg hover animated buttons
.row
.col
.button.hover1
%svg{:xmlns => "http://www.w3.org/2000/svg"}
%rect.shape{:height => "100%", :width => "100%"}
.content HOVER
.col
.button.hover2
%svg{:xmlns => "http://www.w3.org/2000/svg"}
@beseidel
beseidel / index.html
Created July 20, 2019 20:50
Some Nifty Animated Hover Efx
<div class="wrapper">
<h1>Some Nifty Hover Efx</h1>
<a class="btn-drib">
<i class="icon-drib fa fa-dribbble"></i> dribbble
</a>
<a class="btn-flickr">
<i class="icon-flickr fa fa-flickr"></i> flickr
@beseidel
beseidel / animate-button-line.markdown
Last active July 20, 2019 21:07
animate button line