Opened 14 years ago
Closed 13 years ago
#4432 closed enhancement (fixed)
Allow animation when programmatically changing slider value
Reported by: | yourcelf | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.slider | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The attached patch makes it possible to animate a slider when changing values programmatically by adding an "animate" argument to the "value" function. If the argument is not provided, current default behavior (no animation) is retained.
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | allow_animated_value_calls.diff added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
I added a visual test for slider animation (there doesn't seem to be any test for animation in trunk currently). Not sure how I would do a unit test for this feature.
Note: See
TracTickets for help on using
tickets.
Patch looks good, needs testing.