mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-16 05:55:21 -05:00
slider: animate default should be false
This commit is contained in:
@@ -473,7 +473,7 @@ $.extend($.ui.slider, {
|
||||
version: "@VERSION",
|
||||
eventPrefix: "slide",
|
||||
defaults: {
|
||||
animate: 1000,
|
||||
animate: false,
|
||||
delay: 0,
|
||||
distance: 0,
|
||||
max: 100,
|
||||
|
||||
Reference in New Issue
Block a user