From 56a1b182462ef222cc307a8a81c0fc5226741f87 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 2 May 2011 13:15:54 +0200 Subject: Tooltip: update video player demo with custom animations --- demos/tooltip/video-player.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index 9af1c8b10..73310e349 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -34,8 +34,12 @@ my: "center top", at: "center bottom+5px" }, - // TODO need to merge tooltip-animations for this to work - hide: false + show: { + duration: "fast" + }, + hide: { + effect: "hide" + } }); }); -- cgit v1.2.3