From a03c222f05aa2364189d264377e0a19da4d4c9ad Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 2 May 2011 13:11:58 +0200 Subject: Tooltip: Overhaul widget animations code to allow delay with plain show/hide --- demos/tooltip/custom-animation.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'demos/tooltip') diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html index d0689a0eb..ef8857979 100644 --- a/demos/tooltip/custom-animation.html +++ b/demos/tooltip/custom-animation.html @@ -17,8 +17,8 @@ delay: 250 }, hide: { - effect: "slideUp", - delay: 500 + effect: "hide", + delay: 250 } }); }); @@ -47,7 +47,9 @@
-

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.

+

This demo shows how to customize animations. The tooltip is shown, after a +delay of 250ms, using a slide down animation, and hidden, after another delay, +without an animation.

-- cgit v1.2.3