Skip to content

Commit

Permalink
Tooltip: update video player demo with custom animations
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 2, 2011
1 parent d8e60e9 commit 56a1b18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demos/tooltip/video-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 56a1b18

Please sign in to comment.