diff options
Diffstat (limited to 'ui/effects/effect-pulsate.js')
-rw-r--r-- | ui/effects/effect-pulsate.js | 8 |
1 files changed, 4 insertions, 4 deletions
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"; |