]> source.dussan.org Git - jquery-ui.git/commit
Slider: Fixed animation to respond to keypress as well as mouse click, animation...
authorRichard Worth <rdworth@gmail.com>
Mon, 12 Oct 2009 10:50:38 +0000 (10:50 +0000)
committerRichard Worth <rdworth@gmail.com>
Mon, 12 Oct 2009 10:50:38 +0000 (10:50 +0000)
commitb7bf4b4527d3e849b55274e38e62c0d893779a1a
tree3cabfc5911476e30a32a615e1dde243003cb83c3
parent299f20b29966ba5c4cd3570ccb9ca871f39242bb
Slider: Fixed animation to respond to keypress as well as mouse click, animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option.
Fixes #4432 - Allow animation when programmatically changing slider value
Fixes #4659 - Allow slider to animate if slider value is set programatically
tests/visual/slider/slider_option_animate_true.html
ui/jquery.ui.slider.js