Skip to content

Commit 01fd13b

Browse files
Update custom-animation.html
update links to https
1 parent 43bc29a commit 01fd13b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/tooltip/custom-animation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<body>
3636

3737
<p>There are various ways to customize the animation of a tooltip.</p>
38-
<p>You can use the <a id="show-option" href="http://jqueryui.com/demos/tooltip/#option-show" title="slide down on show">show</a> and
39-
<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
40-
<p>You can also use the <a id="open-event" href="http://jqueryui.com/demos/tooltip/#event-open" title="move down on show">open event</a>.</p>
38+
<p>You can use the <a id="show-option" href="https://jqueryui.com/demos/tooltip/#option-show" title="slide down on show">show</a> and
39+
<a id="hide-option" href="https://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
40+
<p>You can also use the <a id="open-event" href="https://jqueryui.com/demos/tooltip/#event-open" title="move down on show">open event</a>.</p>
4141

4242
<div class="demo-description">
4343
<p>This demo shows how to customize animations using the show and hide options,

0 commit comments

Comments
 (0)