Skip to content

Commit 94b7e6b

Browse files
committed
Tooltip: Add drop effect to tooltip animations test
1 parent 4120c9c commit 94b7e6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/visual/tooltip/animations.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script>
1414
<script type="text/javascript" src="../../../ui/jquery.effects.blind.js"></script>
1515
<script type="text/javascript" src="../../../ui/jquery.effects.bounce.js"></script>
16+
<script type="text/javascript" src="../../../ui/jquery.effects.drop.js"></script>
1617
<script type="text/javascript" src="../../../ui/jquery.effects.explode.js"></script>
1718
<!--
1819
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
@@ -40,6 +41,16 @@
4041
hide: {
4142
effect: "blind"
4243
}
44+
},
45+
{
46+
show: {
47+
effect: "drop",
48+
direction: "right"
49+
},
50+
hide: {
51+
effect: "drop",
52+
direction: "right"
53+
}
4354
}];
4455
$.each(animations, function(index, animation) {
4556
var text = JSON.stringify(animation);

0 commit comments

Comments
 (0)