Hacker News new | ask | show | jobs
by syaz1 5752 days ago
I've noticed this too. A lot of demos claim to be pure CSS but not so when view source'd.
1 comments

The Javascript is only for demonstrating the functionality. It does not effect the styling in anyway, this is the job of the CSS.

It is also worth mentioning that in any application which would use a progress bar, it would require JS to calculate progress, or update the DOM to display it.

As far as being a pure CSS progress bar, it is.