CSS Animations Friend: You should learn how to write CSS!Me: …Friend: CSS; Cascading Style Sheets. If you’re serious about web design, that’s the next thing you should learn.Me: What’s wrong with <font> tags? That was 8 years ago. And then… nothing. Fast forward a couple of years to late 2006. Back in the time machine. Epic win? Howto: A basic spinner No matter how fast internet tubes or servers are, we’ll always need spinners to indicate something’s happening behind the scenes. There are some downsides to this though: It’s only _semi_-transparent: If you change your mind and pick a slightly different background color, you need to go back to the site, set all the parameters again, and replace your current image. What do we need to make a spinner with CSS animations? <p id="spinner">Please wait while we do what we do best. Looks semantic enough to me! Cool, but now we don’t see anything. By now you should be feeling like a magician already. Nice! Some explanation: Let’s define spinnerRotate: That’s it! But…
daneden/animate.css: □ A cross-browser library of CSS animations. As easy to use as an easy thing.