Skip to content

Commit 56a1b18

Browse files
committed
Tooltip: update video player demo with custom animations
1 parent d8e60e9 commit 56a1b18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

demos/tooltip/video-player.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
my: "center top",
3535
at: "center bottom+5px"
3636
},
37-
// TODO need to merge tooltip-animations for this to work
38-
hide: false
37+
show: {
38+
duration: "fast"
39+
},
40+
hide: {
41+
effect: "hide"
42+
}
3943
});
4044
});
4145
</script>

0 commit comments

Comments
 (0)