Luke Haas
Luke Haas
Thanks @saviomartin, this repository just contains the source of the loading spinners without any demo code. If you're creating your own loading spinner, I'd suggest just creating an html file...
@mix3d good solution but the changes here have been added to the computed css files not the source files. Please move the changes to the less and sass files.
@medBouzid this issue is really dependant on browser vendors improving their CSS animation performance. There isn't much this project can change to improve performance.
Thanks for your suggestion. I'm guessing you're referring to the unprefixed box-shadow. I left these out as I think the usage stats for people using very old android browsers is...
Android 2.3 is not supported. Regarding your other question, you may find some useful responses if you post it on stackoverflow.
@andreasonny83 thanks for making this request. It looks like with this update compiled CSS would be part of the repo, as you haven't added the new /dist directory to gitignore....
Thanks @andreasonny83, you're right, it's a good idea to have the compiled css available. However, I'm not keen to have the demo site code in the repo. Also, the demo...
Only two of the loaders require a solid background colour, loaders 2 and 3. There is really no way of avoiding this at the moment. Ideally loader 3 could be...
Looks like you've made additions to the CSS which is dynamically generated. These addition will be lost when grunt generates the CSS from the Less file.
Thanks very much!