Opened 15 years ago
Closed 13 years ago
#3469 closed enhancement (wontfix)
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 (6)
comment:1 Changed 15 years ago by
Milestone: | 1.next → 1.6 |
---|---|
Owner: | changed from paul to rdworth |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | progressbar-animate.diff added |
---|
comment:2 Changed 15 years ago by
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
comment:3 Changed 15 years ago by
Milestone: | 1.7 → 1.8 |
---|
Changed 14 years ago by
Attachment: | jquery.ui.progressbar.js.patch added |
---|
Updated patch with visual test
comment:4 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This would be better to implement as an extension. Proof of concept: http://jsbin.com/ozowa3/edit
Note: See
TracTickets for help on using
tickets.
Progressbar animation Diff