thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 173 forks source link

Numbers should not jump in "addProgressListener ". For eg. - 10, 11, 12, 13 ... instead of 10, 12, 15, 20. #38

Closed prashantsani closed 3 months ago

prashantsani commented 9 years ago

hello! Great plugin, have been using the same for couple of my websites.

Our client has a requirement that can we have the plugin output the numbers in "addProgressListener " in a smooth transition For example - 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ... instead of 10, 12, 15, 20.

Not sure if its possible with adding a variable and using setTimeout,etc. But that would be too complicated.

Thanks.

dinonondi commented 7 years ago

Would love that feature aswell! Is it easy to add ?