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 comment:1
milestone: | 1.next → 1.6 |
---|---|
owner: | paul → rdworth |
status: | new → assigned |
Changed February 06, 2009 06:55PM UTC by 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 comment:3
milestone: | 1.7 → 1.8 |
---|
Changed September 27, 2010 02:51PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | assigned → closed |
This would be better to implement as an extension. Proof of concept: http://jsbin.com/ozowa3/edit