Opened 10 years ago
Closed 10 years ago
#12586 closed enhancement (fixed)
[patch][cla][enhancement] Claro: add CSS transitions to ProgressBar
Reported by: | Kenneth G. Franqueiro | Owned by: | Kenneth G. Franqueiro |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | Dijit - LnF | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is based on a random thought I had last week - namely, that the only thing more awesome than a ProgressBar, is a ProgressBar that smoothly transitions between values.
As such, I've produced a trivial patch for adding animation to dijit.ProgressBar
. Of course, the duration is open to debate.
NOTE: this patch presently piggybacks on my proposed patch for #12581.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | ProgressBarTransition.diff added |
---|
comment:1 Changed 10 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | set to Kenneth G. Franqueiro |
Status: | new → assigned |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [24193]) Add CSS transition for ProgressBar? when changing value. Fixes #12586