mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
slider: animate default should be false
This commit is contained in:
parent
be1b2b023a
commit
ab32cefef5
@ -473,7 +473,7 @@ $.extend($.ui.slider, {
|
||||
version: "@VERSION",
|
||||
eventPrefix: "slide",
|
||||
defaults: {
|
||||
animate: 1000,
|
||||
animate: false,
|
||||
delay: 0,
|
||||
distance: 0,
|
||||
max: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user