found a way:

var width = 65;
$('#progressbar div').animate({'width': width + '%' },{ queue:false,
duration:500, easing:"bounceEaseOut" });



On Dec 28, 12:39 pm, marckula <marck...@gmail.com> wrote:
> does anyone have an example how to use the jquery.animation.easing
> plugin to control the animation of aprogressbar?
>
> as the bar makesprogress, i want it to 'slide fill' to the new value
> using any of the easing calculations

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to