Skip to content

Instantly share code, notes, and snippets.

@Poordeveloper
Poordeveloper / CSS Loading Animation.markdown
Created November 10, 2015 16:36
CSS Loading Animation
@Poordeveloper
Poordeveloper / A simple one div loading.markdown
Created November 10, 2015 16:36
A simple one div loading
@Poordeveloper
Poordeveloper / Water drop loader CSS animation.markdown
Created November 10, 2015 16:12
Water drop loader CSS animation

Water drop loader CSS animation

Every now and then I make something without JS just to make sure I still can :p

Fun fact, I originally made this with just HTML elements and border-radius for the circles. (As I suspected it would) the frame rate sucked. So I swapped in SVG circles and it is much better. The moral of this story is try to avoid using border-radius in your CSS anims if possible.

A Pen by Rachel Smith on CodePen.

License.

@Poordeveloper
Poordeveloper / Loader a Day (day 29).markdown
Created November 10, 2015 16:07
Loader a Day (day 29)

Loader a Day (day 29)

We're almost there, just one more after this one and then it's on to a new adventure!

A Pen by Reinier Kaper on CodePen.

License.

@Poordeveloper
Poordeveloper / CSS Loading Spinners.markdown
Created November 10, 2015 12:55
CSS Loading Spinners

CSS Loading Spinners

A collection of spinners using CSS, keyframes and basic animation. No JS.

A Pen by Beau on CodePen.

License.

@Poordeveloper
Poordeveloper / Expand-contract loader animation.markdown
Created November 10, 2015 12:44
Expand-contract loader animation

Expand-contract loader animation

A quick experiment illustrating the use of same expand/contract animation but with a variety of rotation angles.

The end result is a synchronized 4 way animation

A Pen by Antonio Pavlinović on CodePen.

License.

@Poordeveloper
Poordeveloper / Spin Cycle CSS-powered spinner from any inline SVG.markdown
Last active November 10, 2015 12:48
Spin Cycle CSS-powered spinner from any inline SVG

Spin Cycle CSS-powered spinner from any inline SVG

Take any inline SVG and turn it into a spinner! Branding is super-flexible through a Sass mixin.

The only rule is that the things you want to animate have to be DIRECT CHILDREN of the parent SVG element.

A Pen by Chris Hart on CodePen.

License.

@Poordeveloper
Poordeveloper / Hamburger Animated Icon.markdown
Created November 10, 2015 12:13
Hamburger Animated Icon