Git Product home page Git Product logo

spinkit's People

Contributors

ahmadhania avatar chris--jones avatar chris-rock avatar coffee-cup avatar dependabot[bot] avatar fidelix avatar fylax avatar jacobsvante avatar jarnoux avatar kkirsche avatar mhm5000 avatar patrickjs avatar pkuczynski avatar teobais avatar tobiasahlin avatar zhanglun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spinkit's Issues

package.json breaks npm import with Browserify

The current main is the gulpfile. However, there are dependencies specified as devDependencies, which breaks Browserify's bundle function because it can't find modules that are required.

I believe the solution should be to remove gulpfile.js as the main file in package.json, because users aren't going to use the gulpfile from this project outside of developing.

Conflict with Animate.css plugin

Hi,
I just stumbled upon a conflict using Animate CSS β€œplugin" (https://daneden.github.io/animate.css/), looks like they have keyframes called as well "bounce".
Maybe it would be better if spinKit keyframes have a specfic prefix like "spinKitBounce", it would avoid such conflicts as "bounce" is pretty common for CSS animation name...
Thank you anyway for this great work πŸ‘

Site is disabled

Website doesn't work!

Site temporarily disabled

This page has been temporarily disabled due to a misconfigured custom domain.

Are you the site owner? Follow the instructions for setting up a custom domain with GitHub pages to update your site's DNS records to point to the proper IP address.

You can find more information in our GitHub Pages legacy IP deprecation blog post. If you have any questions, please contact support.

sk-wave Issue with ReactJS. No spaces between vertical lines

screen shot 2017-01-15 at 10 27 16 pm

I have been wrestling with this for a while. Using a CSS diff tool and I can't find the difference between the sample code (using scss) and my project. Can anyone point me as to what might cause the sk-wave to squish like this?

I am using this in a ReactJS application. Interestingly, as soon as I put it in the react application jsx, I get this issue. Works fine when I have it in the app's container html. See below (html above, jsx below)

screen shot 2017-01-17 at 11 03 32 pm

SCSS files do not include -webkit-animation prefixes

I'm not quite sure how the CSS files have -webkit-animation prefixes, but looking at the code the SCSS variant doesn't.

I'm importing SpinKit into my SASS project via @import 'spinkit'; however nothing is animating in webkit because of the missing prefix 😒

Is this project alive?

This spinner kit is awesome! I pull a request about a week ago, but not pass.

Is this project alive?

Improve file names

If you try to open files in console, e.g. 1 - Rotating Plane.html, you'll get an error, because of raw spaces aren't ok in shell, just escaped spaces are allowed. Also, - is used ase replacement for spaces ( ).

Please rename files to something like 1-rotating-plane.html (without spaces and lowercased.

Thanks.

Demo different than the examples.

Why are the spinners on the demo site vastly different than the examples. In particular the circle spinner on the demo has fewer dots in the spinner and the source is very different than the code in the examples/8-circle.html. And the css for the circle spinner on the demo page is not spinkit.css file. Can the example files be updated to include the exact spinners on the demo page?

Thanks.

Contribution part

Isn't it better if there is a Contribution part in README.md, which redirects users to CONTRIBUTING.md?

Register to NPM

Would be nice to be able to npm install -D spinkit like with Bower. I could publish it myself, but perhaps it would look better if we had an official npm account for SpinKit?

10-fading-circle not working on IE11+ and Safari 5+

Hello,

Good job here, thanks for all animations.

Like explain in the title this animation doesn't work for me on IE11 and Safari.

For IE11 :
The keyframes isn't the same from the -webkit- one.
Opacity must be set to 1
@Keyframes fadedelay {
0%, 39%, 100% { opacity: 0 }
40% { opacity: 1 } // 0 currently
}
For Safari I have no idea.

spinner 8 circle flickers at small sizes

if you shrink the circle-spinner to 15px by 15px and the dots to anything less than 6px you start to see visual artifiacts. any ideas on why? i'm trying to fit it into a small button

New animation: "Unfolding"

I love your style so I'm thinking of a little commission.

The three bounce is perfect for route transitions, but there are moments in certain views where a component is only fully constructed on demand. Suppose it takes a few seconds, up to six in my case, to build the component; I would like to overlay a spinner that conveys the work of "unboxing" (which the user prefers over "construction" in data entry apps).

The animation would begin with a plain square that unfolds from the centre into a diamond, which then unfolds from the centre into a square. If possible the shape would continuously shrink, and the shape would always be the same size, but if that's too difficult then the larger diamond could scale down before unfolding, and the larger square could scale down before the animation repeated. A simpler version of all this is to simply rotate the diamond back to the square and repeat, but I think the full version is more compelling.

This (or something like it) would make a nice addition to the SpinKit collection :D

unboxing

4-wandering-cubes not following the pattern on Android Browser 4.1

It looks like the spinner 4-wandering-cubes is not following the designed pattern on Android Browser with Android 4.1 (maybe some others too) : instead of having the 2 cubes at opposite angles of a square share, they look like being at 2 consecutive angles. Do you have any idea on what might be going on ?

Release 1.2.1

With Android fixes, and new default margins.

  • Update Readme
  • Release!

7-three-bounce inverted on Android Browser 4.1

It looks like the spinner 7-three-bounce is inverted on Android Browser with Android 4.1 (maybe some others too) : instead of bouncing circles 1 2 3, it bounces circles 3 2 1. Do you have any idea on what might be going on ?

Conflict with circle and fading circle

Hi, I'm displaying all the spinners in one page, and I noticed that the fading circle appears with an extra margin of 40px. I could fix this easily by adding this rule in my css:

    .sk-fading-circle .sk-circle{
        margin: 0;
    }

I belileve this should be part of the distributed spinkit.css.
What happens is that fading circle and circle spinners both use the ".sk-circle" class, and so
if you use a fading spinner using the current spinkit.css (with all spinners merged), you will have an extra (and undesirable) 40px margin.

Hope this helps. Cheers.

svg animation

Hi Tobias.. great tool!!
Is there a chance you can add a code for a simple SVG animation to show how more complex graphics can be treated?

Thanks.

SCSS Mixins

I'm looking to integrate this library into angular-base-apps to provide a set of angular directives for loading symbols. I want to allow the user to easily change the size and color of the loading symbols as desired.

I noticed PR #113 attempts to add the ability to configure the size of the loading symbol, however, it still hardcodes the values and produces a ton more CSS that most people will need.

I was wondering whether there were any plans to add SCSS mixins for the spinners? This would make it possible for the spinner to work with any size configuration as you will simply need to define the math using the argument instead of hard coding the values.

Prevent spinner from using custom font faces

It's common scenario when default site font is overridden to use custom font, i.e. loaded from Google Fonts. In such cases spinner layout may be broken for a fraction of a second while fonts are loading.

The simple fix is to add font-family: sans-serif; to spinner container class.

screen shot 2017-08-10 at 10 50 42

license notice

The MIT license requires including the copyright notice and license with the software, yet I don't see that included in the actual files. Do you expect others to add it when they use your software? (or maybe you might want to add it, so it is always included :)

Thanks.

Three Bounce

Hey,

Nice collection of loaders! Just a suggestion if you add:

animation-fill-mode:both;

To your circles it will stop them jumping from there default value to scale(0) and starting the animation.

Thanks,

Fitz

wave rely on spaces between rects elements

bug

If the html gets minified, the wave space is missing.

works

<div class="sk-wave">
    <div class="sk-rect sk-rect1"></div>
    <div class="sk-rect sk-rect2"></div>
    <div class="sk-rect sk-rect3"></div>
    <div class="sk-rect sk-rect4"></div>
    <div class="sk-rect sk-rect5"></div>
  </div>

does not work

<div class="sk-wave"><div class="sk-rect sk-rect1"></div><div class="sk-rect sk-rect2"></div><div class="sk-rect sk-rect3"></div><div class="sk-rect sk-rect4"></div><div class="sk-rect sk-rect5"></div></div>

Text/message

Is it possible to add a text message below the spinner?
Naive approach didn't work.

Spinning square animation bug

Just go the next slide (circle) and go back to previous one (square).

You'll see that the square is not animating anymore. But if you inspect the item you'll see that the div is "rotating" but not repainting.

A bug?

Tested on Chrome 38.0.2125.122 (Build 290379) m 64bit

Nice collection

Hi there,

thanks for this nice collection, thinking about integrating it for our Paymill site.

Best!

Noob needing Help

Great job ! Can you please elaborate :

Note that a hidden spinner (opacity: 0, or visibility: hidden) will still animate. After hiding a spinner, it's recommended to remove it from the DOM, set display: none or pause the animation by setting animation-play-state: paused.

After adding the js and including html and css how to proceed ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.