bfintal / Counter-Up

Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.
http://bfintal.github.io/Counter-Up/demo/demo.html
GNU General Public License v2.0
746 stars 719 forks source link

delay:0 option blocks site event loop with 100 cpu #70

Open shepelevstas opened 5 years ago

shepelevstas commented 5 years ago

Hello! Noticed strange thing! delay:0 option blocks site event loop with 100 cpu

shepelevstas commented 5 years ago

Oh! delay is not delay before starting to count up, but delay between counting up number changes... Found in the code. Now I see why it blows up with delay:0 =)))