aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects
diff options
context:
space:
mode:
Diffstat (limited to 'ui/effects')
-rw-r--r--ui/effects/effect-blind.js8
-rw-r--r--ui/effects/effect-bounce.js8
-rw-r--r--ui/effects/effect-clip.js8
-rw-r--r--ui/effects/effect-drop.js8
-rw-r--r--ui/effects/effect-explode.js8
-rw-r--r--ui/effects/effect-fade.js8
-rw-r--r--ui/effects/effect-fold.js8
-rw-r--r--ui/effects/effect-highlight.js8
-rw-r--r--ui/effects/effect-puff.js8
-rw-r--r--ui/effects/effect-pulsate.js8
-rw-r--r--ui/effects/effect-scale.js8
-rw-r--r--ui/effects/effect-shake.js8
-rw-r--r--ui/effects/effect-size.js8
-rw-r--r--ui/effects/effect-slide.js8
-rw-r--r--ui/effects/effect-transfer.js8
15 files changed, 60 insertions, 60 deletions
diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js
index 691162459..575eea08d 100644
--- a/ui/effects/effect-blind.js
+++ b/ui/effects/effect-blind.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Blind @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Blind Effect
//>>group: Effects
//>>description: Blinds the element.
-//>>docs: http://api.jqueryui.com/blind-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/blind-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js
index 8bd423e08..bf23ea4b0 100644
--- a/ui/effects/effect-bounce.js
+++ b/ui/effects/effect-bounce.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Bounce @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Bounce Effect
//>>group: Effects
//>>description: Bounces an element horizontally or vertically n times.
-//>>docs: http://api.jqueryui.com/bounce-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/bounce-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js
index f7f84c124..c2ba20679 100644
--- a/ui/effects/effect-clip.js
+++ b/ui/effects/effect-clip.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Clip @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Clip Effect
//>>group: Effects
//>>description: Clips the element on and off like an old TV.
-//>>docs: http://api.jqueryui.com/clip-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/clip-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js
index f0a9915c1..c9e595256 100644
--- a/ui/effects/effect-drop.js
+++ b/ui/effects/effect-drop.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Drop @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Drop Effect
//>>group: Effects
//>>description: Moves an element in one direction and hides it at the same time.
-//>>docs: http://api.jqueryui.com/drop-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/drop-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js
index 80444fd23..ed40833a8 100644
--- a/ui/effects/effect-explode.js
+++ b/ui/effects/effect-explode.js
@@ -1,10 +1,10 @@
/*!
* jQuery UI Effects Explode @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Explode Effect
@@ -12,8 +12,8 @@
/* eslint-disable max-len */
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
/* eslint-enable max-len */
-//>>docs: http://api.jqueryui.com/explode-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/explode-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js
index f0d7d3d44..cc5cc598b 100644
--- a/ui/effects/effect-fade.js
+++ b/ui/effects/effect-fade.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Fade @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Fade Effect
//>>group: Effects
//>>description: Fades the element.
-//>>docs: http://api.jqueryui.com/fade-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/fade-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js
index d191a3aa2..5368bd791 100644
--- a/ui/effects/effect-fold.js
+++ b/ui/effects/effect-fold.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Fold @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Fold Effect
//>>group: Effects
//>>description: Folds an element first horizontally and then vertically.
-//>>docs: http://api.jqueryui.com/fold-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/fold-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js
index 75912b40a..ca85e1a35 100644
--- a/ui/effects/effect-highlight.js
+++ b/ui/effects/effect-highlight.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Highlight @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Highlight Effect
//>>group: Effects
//>>description: Highlights the background of an element in a defined color for a custom duration.
-//>>docs: http://api.jqueryui.com/highlight-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/highlight-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js
index 330ecb0e6..e742fb18f 100644
--- a/ui/effects/effect-puff.js
+++ b/ui/effects/effect-puff.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Puff @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Puff Effect
//>>group: Effects
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
-//>>docs: http://api.jqueryui.com/puff-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/puff-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js
index 02662365a..28313b10b 100644
--- a/ui/effects/effect-pulsate.js
+++ b/ui/effects/effect-pulsate.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Pulsate @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Pulsate Effect
//>>group: Effects
//>>description: Pulsates an element n times by changing the opacity to zero and back.
-//>>docs: http://api.jqueryui.com/pulsate-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/pulsate-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js
index 8953bdd40..87a43b4b0 100644
--- a/ui/effects/effect-scale.js
+++ b/ui/effects/effect-scale.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Scale @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Scale Effect
//>>group: Effects
//>>description: Grows or shrinks an element and its content.
-//>>docs: http://api.jqueryui.com/scale-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/scale-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js
index 298333714..7fd721cfa 100644
--- a/ui/effects/effect-shake.js
+++ b/ui/effects/effect-shake.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Shake @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Shake Effect
//>>group: Effects
//>>description: Shakes an element horizontally or vertically n times.
-//>>docs: http://api.jqueryui.com/shake-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/shake-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js
index 52828dcca..c039a5ae0 100644
--- a/ui/effects/effect-size.js
+++ b/ui/effects/effect-size.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Size @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Size Effect
//>>group: Effects
//>>description: Resize an element to a specified width and height.
-//>>docs: http://api.jqueryui.com/size-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/size-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js
index 8d6f453db..bf53aa59d 100644
--- a/ui/effects/effect-slide.js
+++ b/ui/effects/effect-slide.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Slide @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Slide Effect
//>>group: Effects
//>>description: Slides an element in and out of the viewport.
-//>>docs: http://api.jqueryui.com/slide-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/slide-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js
index 7b1075e8f..2014dba37 100644
--- a/ui/effects/effect-transfer.js
+++ b/ui/effects/effect-transfer.js
@@ -1,17 +1,17 @@
/*!
* jQuery UI Effects Transfer @VERSION
- * http://jqueryui.com
+ * https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
- * http://jquery.org/license
+ * https://jquery.org/license
*/
//>>label: Transfer Effect
//>>group: Effects
//>>description: Displays a transfer effect from one element to another.
-//>>docs: http://api.jqueryui.com/transfer-effect/
-//>>demos: http://jqueryui.com/effect/
+//>>docs: https://api.jqueryui.com/transfer-effect/
+//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";