6 ms·
I posted a big comment and then didn't see the extra content! I think your demo page should make it more obvious that you should scroll down instead of the ico
by codez 13y ago
I posted a big comment and then didn't see the extra content!
I think your demo page should make it more obvious that you should scroll down instead of the icon that implies peeling up the corner.
- codez 13y agoI completely missed the USP of the project for a second and was wondering why you hadn't opted for a pure CSS implementation like progre(c)ss
- afshinmeh 13y agoYeah, sure. I will apply a patch soon. Thanks for suggestion.
- codez 13y agoPersonally, I would opt for not modifying the DOM heavily and push more of the work into CSS making use of different DOM structure and data attributes instead of just classes. Also CSS pseudo element will save you a lot of DOM footprint in some cases and the combination will result in quicker performance. Also the use way in which you build a progress bar, what exactly is happening there?