Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

axkirillov/progress-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.