mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip: Add drop effect to tooltip animations test
This commit is contained in:
parent
4120c9cf4a
commit
94b7e6bf18
@ -13,6 +13,7 @@
|
||||
<script type="text/javascript" src="../../../ui/jquery.effects.core.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/jquery.effects.blind.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/jquery.effects.bounce.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/jquery.effects.drop.js"></script>
|
||||
<script type="text/javascript" src="../../../ui/jquery.effects.explode.js"></script>
|
||||
<!--
|
||||
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
|
||||
@ -40,6 +41,16 @@
|
||||
hide: {
|
||||
effect: "blind"
|
||||
}
|
||||
},
|
||||
{
|
||||
show: {
|
||||
effect: "drop",
|
||||
direction: "right"
|
||||
},
|
||||
hide: {
|
||||
effect: "drop",
|
||||
direction: "right"
|
||||
}
|
||||
}];
|
||||
$.each(animations, function(index, animation) {
|
||||
var text = JSON.stringify(animation);
|
||||
|
Loading…
Reference in New Issue
Block a user