usablica / progress.js

ProgressJs is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.
http://usablica.github.io/progress.js/
MIT License
2.37k stars 246 forks source link

Should use requestAnimationFrame rather than SetTimeout for animation. #15

Open zya opened 10 years ago

zya commented 10 years ago

Is there any particular reason that setTimeout has been chosen for animation and requestAnimationFrame have not been used?