diff options
Diffstat (limited to 'demos/tooltip/video-player.html')
-rw-r--r-- | demos/tooltip/video-player.html | 8 |
1 files changed, 6 insertions, 2 deletions
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" + } }); }); </script> |