Tooltip: update video player demo with custom animations

This commit is contained in:
Jörn Zaefferer 2011-05-02 13:15:54 +02:00
parent d8e60e9a8a
commit 56a1b18246

View File

@ -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>