I have a jqueryui progress bar and I am updating it’s value using some ajax. But, its a little jerky due to the differences in the value changes. Is there a way to animate the change so it slides from value A to value B rather than jumping from value A to Value B?
Share
I don’t know if there’s an inbuilt way to do this (never touched jquery-ui) but if there isn’t any, i would suggest this way:
where val = the value you received from the ajax request.