/progress-block

SVG progress indicator

Primary LanguageCSSMIT LicenseMIT

progress-block

Entry test for yandex internship. Develop a progress block with an API.

progress.setMod(‘animated’, ‘yes’); - start animation

progress.setMod(‘animated’, ‘’); - stop animation

progress.setValue(75); - set progress value

This solution uses ES6 classes without transpiling, so it will not work in IE and old browsers.