]> source.dussan.org Git - jquery-ui.git/commitdiff
Tooltip: update video player demo with custom animations
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 2 May 2011 11:15:54 +0000 (13:15 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 2 May 2011 11:15:54 +0000 (13:15 +0200)
demos/tooltip/video-player.html

index 9af1c8b101958f9287c7779f9bc57bda06ebb293..73310e349f4174503a71c3c7cb5de518a51140c4 100644 (file)
                                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>