Skip to main content

Search and Top Navigation

#3469 closed enhancement (wontfix)

Opened September 26, 2008 07:29PM UTC

Closed September 27, 2010 02:51PM UTC

Animation in progress methbod

Reported by: Cloudream Owned by: rdworth
Priority: minor Milestone: 1.9.0
Component: ui.progressbar Version: 1.6rc2
Keywords: Cc:
Blocked by: Blocking:
Description

Tiny example:

this.bar.width(this.pixelState);

->

this.bar.stop().animate({width:this.pixelState},300);

Other issues when animating: spin percent number, easing

Attachments (2)
Change History (4)

Changed November 19, 2008 12:02PM UTC by rdworth comment:1

milestone: 1.next1.6
owner: paulrdworth
status: newassigned

Changed February 06, 2009 06:55PM UTC by JuniorZ comment:2

I modified the ui.progressbar to enable animations at value updating like this:

<script type="text/javascript">

$(function() {

$("#progressbar").progressbar({

value: 37,

speed: 1500,

easing: 'easeInOutQuint'

});

});

</script>

Diff file attached

Changed March 08, 2009 02:35PM UTC by rdworth comment:3

milestone: 1.71.8

Changed September 27, 2010 02:51PM UTC by scottgonzalez comment:4

resolution: → wontfix
status: assignedclosed

This would be better to implement as an extension. Proof of concept: http://jsbin.com/ozowa3/edit