How to reset Progressbar position immediately?

Hi! Is there anyway to reset progress position immediately?
When I set the position to 0 it changes with animation.
I want to reset position without any animation.

Animation speed depends on delay parameter. 0 will restore the defaults, so in fact, you need to apply some small values to position and delay:

https://webix.com/snippet/ea3c41a0

Thanks a lot!! It works!