A Pen by Saijo George on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section> | |
<form> | |
<input type="text" placeholder="Email"> | |
<button type="submit" class="btn first"> | |
<img src="https://alikinvv.github.io/subscription-animation/build/mail.svg" alt=""> | |
<span class="start">GET A PROMO CODE</span> | |
<span class="done">THANK YOU!</span> | |
</button> | |
</form> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#app | |
zz-button-progress( | |
text="Upload", | |
ref="zzUpload", | |
v-on:progress="moveProgress" | |
v-on:progress-finished="endProgress" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#wrap | |
.field | |
.plunger | |
.rod | |
%form.signup | |
%input.email{:type => "email"}/ | |
.btnwrap | |
-6.times do | |
.spark | |
%b{"data-splitting" => "chars"} Subscribe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="overflow"> | |
<div id="play-button-container"> | |
<svg id="button-circle-svg" viewBox="0 0 100 100"> | |
<style type="text/css"> | |
.st0 { | |
fill: #DDDDDD; | |
stroke:#010101; | |
stroke-width: 0px; |
A simple, styled ordered list using SCSS and HTML5. The gradient background transitions from one, to another, and back again. IE11 friendly.
A Pen by Erin E. Sullivan on CodePen.
Cool underlines effects done entirely w/ CSS Gradients. No images or JS.
A Pen by Jordan Marshall on CodePen.
A second take on animating characters in verbs to represent their action. Leave a comment if there's a word you'd like to see added and animated on this list.
Part one: https://codepen.io/hexagoncircle/pen/MWgbqON
Part three: https://codepen.io/hexagoncircle/pen/oNvMLRQ
A Pen by Ryan Mulligan on CodePen.
Made using SVG morphing technique. Inspired by a Dribbble shot: https://dribbble.com/shots/7190248-Toggle
A Pen by Kiarash Zarinmehr on CodePen.