Show HN: Fall asleep by watching JavaScript load
11–20 of 36 posts
Re: Show HN: Fall asleep by watching JavaScript load
#12Not criticism, just explaining a problem I noticed and would make a fun exercise in CSS, or JS: When a letter appears at the end of the line, the reflow (to make sure the whole text is centered) is not smooth, of course it isn't because the text is now n+1 characters wide and the rendering engine has probably been instructed to center it without any fancy delays. I wonder how to achieve a smooth "growth" of line. I s…
It could definitely be a fun exercise. Also maybe just rendering all the text in the same color as the background and then changing the colors of the characters one by one could be an interesting option (just thought about it), but I think yours would render better.
As a side note, I have to say that posting something as simple as this, where you can’t really get too attached to the project and can read feedback in a truly neutral way - instead of just pretending - is so refreshing...
Thanks for your comment!
Re: Show HN: Fall asleep by watching JavaScript load
#13> The time the loader spins, as well as the speed at which the text appears, increases as you go through the story, so that you ideally never reach the end (unless you really, really want to). Did you mean to say that the "speed at which the text appears" decreases , or am I misunderstanding?
It's tricky. Because it's both. The speed at which the text appears decreases, but the time the loader spins increases. OP should have broken these into two separate thoughts, but chose to combine them and words got wonky.
I’ve now updated it to: "As you go through the story, the time the loader spins increases while the speed at which the text appears decreases"
Re: Show HN: Fall asleep by watching JavaScript load
#14At what point does it start chanting "when you hear a bell, you'll think you're a duck."
Re: Show HN: Fall asleep by watching JavaScript load
#15Re: Show HN: Fall asleep by watching JavaScript load
#16Re: Show HN: Fall asleep by watching JavaScript load
#17What's the Service Worker for? It doesn't appear to do anything.
Re: Show HN: Fall asleep by watching JavaScript load
#18This is so dumb, I love it