found a way:
var width = 65;
$('#progressbar div').animate({'width': width + '%' },{ queue:false,
duration:500, easing:"bounceEaseOut" });
On Dec 28, 12:39 pm, marckula <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.