Skip to content

Commit c2ae4e3

Browse files
committed
Tooltip demos: Better tooltip content for custom animations.
1 parent 666b53a commit c2ae4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/tooltip/custom-animation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<div class="demo">
4747

4848
<p>There are various ways to customize the animation of a tooltip.</p>
49-
<p>You can use the <a id="show-option" href="http://jqueryui.com/demos/tooltip/#option-show" title="show effect">show</a> and
50-
<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="hide effect">hide</a> options.</p>
51-
<p>You can also use the <a id="position-option" href="http://jqueryui.com/demos/tooltip/#option-position" title="position option">position option</a>.</p>
49+
<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
50+
<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
51+
<p>You can also use the <a id="position-option" href="http://jqueryui.com/demos/tooltip/#option-position" title="move down on show">position option</a>.</p>
5252

5353
</div><!-- End demo -->
5454

0 commit comments

Comments
 (0)