Search and Top Navigation
#4432 closed enhancement (fixed)
Opened April 03, 2009 07:14PM UTC
Closed October 12, 2009 10:51AM UTC
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 (3)
Changed May 07, 2009 12:53PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed May 07, 2009 01:58PM UTC by comment:2
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.
Changed October 12, 2009 10:51AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r3361
Patch looks good, needs testing.