aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAblay Keldibek <atomio.ak@gmail.com>2015-04-06 16:58:55 -0400
committerScott González <scott.gonzalez@gmail.com>2015-04-06 16:59:45 -0400
commitbf03479cc14aa54c2e674cad87bf75c8126cb86f (patch)
tree82b73e98124d6208a1c5eacc30467a334304c645
parent65f4feb70b75fb7e086e8c9ddc238f97d825c2f9 (diff)
downloadjquery-ui-bf03479cc14aa54c2e674cad87bf75c8126cb86f.tar.gz
jquery-ui-bf03479cc14aa54c2e674cad87bf75c8126cb86f.zip
Slider: Proper animation of range
Fixes #9459 Closes gh-1530
-rw-r--r--ui/slider.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/slider.js b/ui/slider.js
index 4ca9c6002..a9cec83af 100644
--- a/ui/slider.js
+++ b/ui/slider.js
@@ -610,13 +610,13 @@ return $.widget( "ui.slider", $.ui.mouse, {
this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { width: valPercent + "%" }, o.animate );
}
if ( oRange === "max" && this.orientation === "horizontal" ) {
- this.range[ animate ? "animate" : "css" ]( { width: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } );
+ this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { width: ( 100 - valPercent ) + "%" }, o.animate );
}
if ( oRange === "min" && this.orientation === "vertical" ) {
this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { height: valPercent + "%" }, o.animate );
}
if ( oRange === "max" && this.orientation === "vertical" ) {
- this.range[ animate ? "animate" : "css" ]( { height: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } );
+ this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { height: ( 100 - valPercent ) + "%" }, o.animate );
}
}
},
eview_api_for_blurhash_generation Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/dist/settings-vue-settings-nextcloud-pdf.js.license
blob: 9f121993fcf7f5fcb356abd0b834b296f0e3fa0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SPDX-License-Identifier: MIT
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Christoph Wurst


This file is generated from multiple sources. Included packages:
- @nextcloud/initial-state
	- version: 2.2.0
	- license: GPL-3.0-or-later
- webpack
	- version: 5.94.0
	- license: MIT
- nextcloud
	- version: 1.0.0
	- license: AGPL-3.0-or-later