TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CSS animated loading indicators

327 pointsby hisingover 11 years ago

18 comments

gizzlonover 11 years ago
Are you telling me that CSS can now make nice animated wobbling circles but <i>still</i> can&#x27;t center in a sane way?<p>(Nice work, btw, like the animations =)
评论 #6921034 未加载
评论 #6922785 未加载
nkuttlerover 11 years ago
Here&#x27;s the browser compatibility info: <a href="http://caniuse.com/css-animation" rel="nofollow">http:&#x2F;&#x2F;caniuse.com&#x2F;css-animation</a>
评论 #6921071 未加载
moistgorillaover 11 years ago
Nice job. Is it a problem with the state of webdev that the thing I was most impressed by was that your website didn&#x27;t break my back button? Seriously, good work.
评论 #6920639 未加载
评论 #6920719 未加载
评论 #6921483 未加载
petejanssonover 11 years ago
These are really very nice, but they don&#x27;t really convey any more information than a static picture of a puzzled kitten. Like &quot;security theater,&quot; this is &quot;progress theater&quot; and I would prefer to give my users a more useful indication of progress. I do appreciate the work that went into these, and admire the skill.
评论 #6925402 未加载
评论 #6924227 未加载
surjithctlyover 11 years ago
I&#x27;ve also created one<p>Windows 8 Loading with pure CSS3<p><a href="http://codepen.io/surjithctly/details/Kfqak" rel="nofollow">http:&#x2F;&#x2F;codepen.io&#x2F;surjithctly&#x2F;details&#x2F;Kfqak</a>
CRowlandsover 11 years ago
Here is a little editing on one of the ones I like this better then the three in a row. .spinner { margin: 100px auto 0; width: 70px; text-align: center; }<p>.spinner &gt; div { width: 22px; height: 18px; background-color: #333;<p><pre><code> border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out;</code></pre> }<p>.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }<p>.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }<p>@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } }<p>@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0) } 40% { transform: scale(1.0) } }
eik3_deover 11 years ago
Unfortunately very CPU intense, compared to SVG-based indicators
评论 #6920664 未加载
brokenparserover 11 years ago
Nice work, especially &quot;Wave&quot; and &quot;Circle&quot; because they&#x27;re more likely to be recognised as such. (Similar animations are already seen in the wild.)
Vektorwegover 11 years ago
Now we have brand new CSS and we do a subset of the cool things, we could do in SVG since ten years. I&#x27;m a bit confused.<p>Oh and it doesn&#x27;t work in Opera 12 .
cupofjoakimover 11 years ago
Feels a bit too flashy for me. That&#x27;s just personal opinion though, it&#x27;s still great work. Now work on cross browser support.
odcover 11 years ago
Very nice! Although I hope this won&#x27;t be mainstream too soon as this uses 10% of my CPU (Firefox on Linux).
nvdkover 11 years ago
I believe all of them actually use more bandwidth then a gif, so why use this exactly?
评论 #6920488 未加载
评论 #6920504 未加载
评论 #6920489 未加载
usrnamover 11 years ago
And this is main in favicon:<p><a href="https://github.com/dawjan/Open_Me/tree/master/JQ%20busy%20indicator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dawjan&#x2F;Open_Me&#x2F;tree&#x2F;master&#x2F;JQ%20busy%20in...</a><p>Sorry no preview
评论 #6921208 未加载
Trufaover 11 years ago
This is pretty neat, also I was incredibly surprised when going through the code to see in how little number of lines he achieved that!
babyover 11 years ago
It&#x27;s nice and well done, but now who would use this novelty idea in a real work? There are animated GIF or fonts SVG for that.
评论 #6920450 未加载
评论 #6920444 未加载
评论 #6920348 未加载
评论 #6920513 未加载
评论 #6920393 未加载
评论 #6920511 未加载
评论 #6923982 未加载
评论 #6920367 未加载
wil421over 11 years ago
Does anyone have a tutorial that shows how to implement a loading screen?
评论 #6924543 未加载
im3w1lover 11 years ago
The animation tears, and it needs antialiasing.
onion2kover 11 years ago
They don&#x27;t seem to animate in Chrome 31.
评论 #6920403 未加载
评论 #6920610 未加载
评论 #6920501 未加载