-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS Loader? #215
Comments
+1 I can add to my list. On Sun, Sep 13, 2015 at 2:27 PM Jeff Escalante [email protected]
|
Maybe something like: spinner($type = 'radial1', $color = $white, $size = "small", $bg = 'true') Then we can add more types over time if needed. Thinking we might want to I've been wanting to redo the roots spinner anyway. 😛 |
Not entirely sure what you mean with the black background. Can't we just have a transparent background? This sounds great though as far as initial options! |
I just mean something like this: https://www.dropbox.com/s/ijs6u15qs3ha8h8/Screenshot%202015-09-14%2011.46.48.png?dl=0 for when you don't know what the preloader will be overlaying |
Ahh yeah gotchya. Yup, good idea. |
This guy nailed it.... https://connoratherton.com/loaders Has npm and bower installs.. Maybe we should just offer one simple one then have a link to these? |
Sounds good to me. Not looking for a crazy array, just a simple one. Maybe slightly customizable like spin.js |
I often find the need for little loading spinners. There are a number of ways you can make these with css, but they are a bunch of code and not as customizable as I wish they were. Seems like it would be a great use-case for a mixin.
Some examples: http://projects.lukehaas.me/css-loaders/
Thoughts?
The text was updated successfully, but these errors were encountered: