aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-28 17:14:42 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-28 17:14:42 -0400
commitc2ae4e3fe4be63906dd5da084cfb7fb812421283 (patch)
tree8dad4e6dbc803a70faf892d1c19799e72b200a27
parent666b53a90c70f9689956ee32f208cace021c42a9 (diff)
downloadjquery-ui-c2ae4e3fe4be63906dd5da084cfb7fb812421283.tar.gz
jquery-ui-c2ae4e3fe4be63906dd5da084cfb7fb812421283.zip
Tooltip demos: Better tooltip content for custom animations.
-rw-r--r--demos/tooltip/custom-animation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html
index b8f012d91..e96960f47 100644
--- a/demos/tooltip/custom-animation.html
+++ b/demos/tooltip/custom-animation.html
@@ -46,9 +46,9 @@
<div class="demo">
<p>There are various ways to customize the animation of a tooltip.</p>
-<p>You can use the <a id="show-option" href="http://jqueryui.com/demos/tooltip/#option-show" title="show effect">show</a> and
-<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="hide effect">hide</a> options.</p>
-<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>
+<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
+<a id="hide-option" href="http://jqueryui.com/demos/tooltip/#option-hide" title="explode on hide">hide</a> options.</p>
+<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>
</div><!-- End demo -->
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278