jlong / css-spinners

Simple CSS spinners and throbbers made with CSS and minimal HTML markup.
http://www.css-spinners.com
MIT License
924 stars 157 forks source link

Add spinning-pixels loader #20

Closed srekoble closed 6 years ago

srekoble commented 8 years ago

A codepen preview: http://codepen.io/srekoble/pen/WQZMzY?editors=110. Cheers!

beingajharris commented 8 years ago

Awesome!

shubhendrapatel commented 6 years ago

@srekoble did you tried after transpiling, when i transpiled this was the result. can you verify! screenshot 19

srekoble commented 6 years ago

Hello @shubhendrapatel,

You're so true,

I missed 2 properties

font-size: 0; // To hide text
display: inline-block; // To occupy space

I'm updating the PR